v1

latestOpenAPI 3.1.02026-08-06387578.8 KB
agentWorkflows

Get Workflow Status

Get workflow status and result.

get/agents/workflows/{workflow_id}

Path parameters

workflow_idstring required

Headers

Authorizationstring required

Bearer authentication

Response

Successful Response

workflow_idstring required

Workflow ID

agent_idstring

Agent that ran this workflow

document_refstring nullable

Caller-provided document identifier.

status'running' | 'completed' | 'failed' | 'timed_out' | 'cancelled' required

Status of a workflow execution.

resultobject nullable

Result (if completed)

started_atstring date-time required

Start time

completed_atstring date-time nullable

Workflow completion time