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.
| 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 |
completed, the response includes:
output_schema - Extracted data where each field contains a value and reasoningsupportingDocs - Array of processed files with presigned download URLsoutput_schema returns an object with:
value - The extracted data (string or null if not found)reasoning - Explanation of how/why the value was extractedAPI key obtained from the EmberQA dashboard under the "Integrations" tab
Unique identifier of the workflow run (doc_id from submit response)
"f47ac10b-58cc-4372-a567-0e02b2c3d479"