Skip to main content
GET
Get action run log

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
userId
string
required
id
string
required
integrationId
string
required
connectionId
string
required
deprecated

Deprecated: Read from action.connectionId or action.connectionKey instead

name
string
required
integrationActionId
string
required
status
enum<string>
required
Available options:
success,
error
createdAt
string
required
tenantId
string
externalAppId
string
universalActionId
string
connectionActionId
string
input
object
deprecated

Deprecated: Read from action.input instead

output
object
completedAt
string
error
object
duration
number
meta
object
action
object

Complete /act-body snapshot of what ran — sufficient to replay the run by POSTing back to /act.

actionInstance
object
integration
object
connection
object
user
object