Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve details of a specific execution.

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

Request Body

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

Response

ParameterTypeDescription
executionobjectThe execution object.

Example

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