Runs
Get Run
Retrieves a pipeline run by number for a given mapper version. The active mapper version is used by default.
GET
/
v2
/
pipelines
/
{id}
/
runs
/
{number}
Authorizations
Query Parameters
Available options:
target_schema
, transformations
, mappings
Required range:
x > 1
Required range:
1 < x < 100
Response
200 - application/json
A run is a single execution of a mapper.
The run number. Assigned sequentially from zero. Unique within a pipeline for a given mapper version.
The UUID of the user who created the run.
The status of the run. Run mappings are only available once the run is complete.
Available options:
QUEUED
, RUNNING
, FINISHED
, FAILED
, NEEDS REVIEW
The mapper used to produce the run.
The mappings produced by the run.