Skip to main content
List executions within a session.

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

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be list_executions.
session_idstringYesThe ID of the session.
start_execution_idstringNoPagination cursor.

Response

ParameterTypeDescription
executionsarrayList of execution objects.
last_execution_idstringCursor for next page.

Example

{
  "engine": "workflow_blobhub",
  "command": "list_executions",
  "session_id": "sess_001"
}