getStepExecutionStatus
Get step execution status
Retrieves the current status and results of a step execution with standardized response format.
Status values:
ENQUEUED: Request received, waiting to be processedPROCESSING: Currently being processedSUCCESS: Processing completed successfullyERROR: Processing failed
Polling recommendation:
- Poll every 1-2 seconds for small documents
- Poll every 3-5 seconds for large documents or PDFs
Authorization
ApiKeyAuth Bearer token for API authentication
In: header
Path Parameters
Step execution ID returned from the execute step endpoint
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
getStep GET
Retrieve a step belonging to the API key's organization, including its execution counters. Requires membership in that organization; any role (`owner`, `admin`, `member`) can read. A step from another organization is indistinguishable from a non-existent one: both return 404.
listSteps GET
Retrieve the paginated list of steps belonging to the API key's organization, including the execution counters shown in the steps dashboard. Requires membership in that organization; any role (`owner`, `admin`, `member`) can read. Steps are always scoped to the organization the API key belongs to, never to the other organizations its owner may be a member of.