Pipeline configuration
Get the pipeline configuration of a specific pipeline run using its ID.
Args: run_id: ID of the pipeline run to get.
Returns: The pipeline configuration of the pipeline run.
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
run_idstring · uuidRequired
Responses
200
Successful Response
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Entity
application/json
get
/api/v1/runs/{run_id}/pipeline-configurationGET /api/v1/runs/{run_id}/pipeline-configuration HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}Last updated
Was this helpful?