run
Overview
HTTP Request
POST /api/v1/transforms/:transformReference/runPath parameters
Parameter
Request body
Authorization
Response body
Was this helpful?
This endpoint is used for programmatically running a transform within a workflow.
POST /api/v1/transforms/:transformReference/runtransformReference
A qualified reference to the transform. See referencing resources for more information.
This endpoint extends the general API structure
The request body for this endpoint should be empty
Edit access to the dataset is required. Your access token must have the following scope:
workflow.write
Learn more about authorization.
Returns the JSON-encoded "get" representation of a transform resource.
Was this helpful?
Was this helpful?

