Workflow Runs
Get Workflow Run Details
Retrieve detailed information for a specific workflow run including processing status and extraction results. Use this to check if processing is complete and get the extracted data.
POST
Get Workflow Run Details
Status Values
| Status | Description |
|---|---|
pending | Queued for processing |
processing | Currently being processed |
completed | Successfully completed - check output_schema for results |
failed | Processing failed - check failure_reason for details |
Result Data
When status iscompleted, the response includes:
output_schema- Extracted data where each field contains avalueandreasoningsupportingDocs- Array of processed files with presigned download URLs
Output Schema Format
Each field inoutput_schema returns an object with:
value- The extracted data (string or null if not found)reasoning- Explanation of how/why the value was extracted
Authorizations
API key obtained from the EmberQA dashboard under the "Integrations" tab
Body
application/json
Unique identifier of the workflow run (doc_id from submit response)
Example:
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Get Workflow Run Details

