Poll Run Transforms
GET
/v1/transforms/run?jobId=${jobId}
Poll to retrieve the transforms
Request
Headers
An API Key is required to access this endpoint.
Polling response
The API returns the response in JSON format.
The request will return a 200 with the jobId
, result
and status
. The result
also includes the request parameters used to generate the transforms.
Example
Last updated