Skip to main content
Download large data payload associated with an event.

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

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be download_execution_event_data.
execution_idstringYesThe ID of the execution.
data_idstringYesThe ID of the data payload.

Response

ParameterTypeDescription
dataobjectThe requested data object.

Example

{
  "engine": "workflow_blobhub",
  "command": "download_execution_event_data",
  "execution_id": "exec_001",
  "data_id": "data_001"
}