Skip to main content
List events for a specific execution.

POST /revisions/:id/data (Command: list_execution_events)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be list_execution_events.
execution_idstringYesThe ID of the execution.

Response

ParameterTypeDescription
execution_eventsarrayList of event objects.

Example

{
  "engine": "workflow_blobhub",
  "command": "list_execution_events",
  "execution_id": "exec_001"
}