POST /revisions/:id/data (Command: download_execution_event_data)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be workflow_blobhub. |
command | string | Yes | Must be download_execution_event_data. |
execution_id | string | Yes | The ID of the execution. |
data_id | string | Yes | The ID of the data payload. |
Response
| Parameter | Type | Description |
|---|---|---|
data | object | The requested data object. |

