For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pipeline configuration

Get Pipeline Configuration

get

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
Other propertiesanyOptional
get/api/v1/runs/{run_id}/pipeline-configuration
GET /api/v1/runs/{run_id}/pipeline-configuration HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "ANY_ADDITIONAL_PROPERTY": "anything"
}
ZenML Scarf

Last updated

Was this helpful?