Poll Run Pipeline
GET
/pipelines/run/${pipelineId}?jobId=${jobId}
Poll to retrieve the pipeline
Request
Headers
An API Key is required to access this endpoint.
Name | Value |
---|---|
x-api-key |
|
Polling response
The API returns the response in JSON format.
The request will return a 200 with the errors
, jobId
, metadata
, result
, status
, and timeElapsed
. The metadata
includes the request parameters used to generate the transforms. Errors
is an array of objects, each containing a key
and a corresponding message
.
Example
Webhook response
The webhook sends back a JSON response when the transforms for each API request are done.
The request will return a 200 with the errors
, jobId
, metadata
, result
, status
, and timeElapsed
. The metadata
includes the request parameters used to generate the transforms. Errors
is an array of objects, each containing a key
and a corresponding message
.
Example
Last updated