Jobs
Get Job Execution Results
Retrieve the output and results of a completed job
GET
Once the status of a job is
COMPLETED, you can use this endpoint to retrieve the results of the job execution. The response contains a single top-level field, jobResultsPayloadSchema, whose keys are the output variable names defined by your workflow.
Path Parameters
The ID of the job whose execution results you want to retrieve. This is the
jobExecutionId returned from Initiate Job.Headers
Your API authentication key
Response
The workflow’s output payload, keyed by output variable name. Each entry is a Variable Object whose shape mirrors the inputs you provided in Execute Job.
The keys inside
jobResultsPayloadSchema are defined by your workflow’s output schema and will vary between workflows. The example below is illustrative — your output variable names will differ.