Get Run
Runs
Get run
Check the status and results of a pipeline run
GET
Get Run
Poll this endpoint to check whether a pipeline run has completed. When
status is COMPLETED, the result field contains the output data.
This endpoint works for any pipeline type (hiring signals, enrichment, etc.). The run_id is returned when you trigger a pipeline (e.g., from find leavers).
Poll every 10 seconds for small runs. For larger runs, poll every 30 seconds. Most runs complete within 30-90 seconds depending on the pipeline and data volume.
Example responses
Completed (hiring signals leavers)
Completed (hiring signals leavers)
Failed
Failed
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
The unique identifier for this run.
Current status: QUEUED, RUNNING, COMPLETED, or FAILED.
Pipeline output. Structure varies by endpoint. null while in progress.
ISO 8601 timestamp when the run started.
ISO 8601 timestamp when the run completed. null while in progress.