Get a workflow action execution by ID
Fetches a single workflow action execution by resource ID. Requires the WORKFLOW_ACTION_EXECUTION.VIEW permission.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
resourceId
The ID of the resource to be requested.
Headers
x-platform-id
Platform ID.
Response
OK
object_type
id
workflow_action_id
The workflow action this execution row belongs to.
workflow_trigger_id
The workflow trigger that produced this execution row.
workflow_id
The workflow this execution belongs to. Derived from the workflow trigger.
status
Status of this execution row.
reason
Optional reason describing why the action ended in this status.
conditions_result_tree
The evaluated condition result tree captured when the workflow was triggered, showing why the action did or did not execute.
created_at
Date time when this execution row was created.
updated_at
Date time when this execution row was last updated.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error