Skip to main content
POST
Get Workflow Run Details

Status Values

Result Data

When status is completed, the response includes:
  • output_schema - Extracted data where each field contains a value and reasoning
  • supportingDocs - Array of processed files with presigned download URLs

Output Schema Format

Each field in output_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

Authorization
string
header
required

API key obtained from the EmberQA dashboard under the "Integrations" tab

Body

application/json
id
string<uuid>
required

Unique identifier of the workflow run (doc_id from submit response)

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Response

Successfully retrieved workflow run details

statusCode
string
Example:

"SUCCESS"

statusMessage
string
Example:

"Successfully retrieved workflow run details"

doc
object