DocuTray

getStepExecutionStatus

Get step execution status

GET/api/steps-async/status/{executionId}

Retrieves the current status and results of a step execution with standardized response format.

Status values:

  • ENQUEUED: Request received, waiting to be processed
  • PROCESSING: Currently being processed
  • SUCCESS: Processing completed successfully
  • ERROR: Processing failed

Polling recommendation:

  • Poll every 1-2 seconds for small documents
  • Poll every 3-5 seconds for large documents or PDFs

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Bearer token for API authentication

In: header

Path Parameters

executionId*string

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