v1

latestOpenAPI 3.1.02026-08-04552282508.9 KB
Workflows

Get Execution

Get details of a specific workflow execution.

Path Parameters: - workflow_id: UUID of the workflow - execution_id: UUID of the execution

Returns: Execution details including logs and results

get/api/workflows/{workflow_id}/executions/{execution_id}

Path parameters

workflow_idstring required
execution_idstring required

Response

Successful Response

idstring required
workflow_idstring required
user_idstring required
statusstring required
started_atstring required
completed_atstring nullable required
result_dataobject nullable required
error_messagestring nullable required
execution_logobject[] required
rows_processedinteger required
bytes_processedinteger required
execution_time_msinteger nullable required
metadata_jsonobject required
workflow_namestring nullable
workflow_snapshotobject nullable