Welcome to Captain Data’s API implementation guide.
In this example the workflow UID is 0d179c07-6443-4eeb-ada7-652fb498f997.
https://api.captaindata.co/v3/jobs/:job_uid
.
Response Fields:
Status | Description |
---|---|
running | Workflow is in progress. |
completed | Workflow finished successfully (with results or not). |
shutdown | Automation triggered an error, usually due to a technical issue retrieved from a 3rd-party API or on our end. |
warning | Automation triggered a warning, often a functional error (e.g. bad input). Retry using the “Retry a job” endpoint. |
pending | The Run is waiting to be processed. |
stopped | The Run was manually stopped by the user. |
paused | The Run was paused due to an integration error (e.g. invalid cookies, invalid OAuth credentials, etc.). Retry using the “Retry a job” endpoint. |
/v3/jobs/:job_uid/results
.
Results are returned with the following structure: