v2

latestOpenAPI 3.1.02026-08-08556285514.3 KB
Workflows

List Executions

Get execution history for a workflow.

Path Parameters: - workflow_id: UUID of the workflow

Query Parameters: - limit: Maximum number of executions to return (default: 50)

Returns: List of workflow executions ordered by most recent

get/api/workflows/{workflow_id}/executions

Path parameters

workflow_idstring required

Query parameters

limitinteger

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