Runs
Get pipeline runs according to query filters.
Args: runs_filter_model: Filter model used for pagination, sorting, filtering. project_name_or_id: Optional name or ID of the project. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response. include_full_metadata: Flag deciding whether to include the full metadata in the response.
Returns: The pipeline runs according to query filters.
falsefalsecreatedLogical Ops to use to combine filters on list methods.
andPossible values: 120Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Get a specific pipeline run using its ID.
Args: run_id: ID of the pipeline run to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response. refresh_status: Flag deciding whether we should try to refresh the status of the pipeline run using its orchestrator. include_python_packages: Flag deciding whether to include the Python packages in the response. include_full_metadata: Flag deciding whether to include the full metadata in the response.
Returns: The pipeline run.
truefalsefalsefalseSuccessful Response
Response model for pipeline runs.
falseUnauthorized
Forbidden
Not Found
Unprocessable Entity
Updates a run.
Args: run_id: ID of the run. run_model: Run model to use for the update.
Returns: The updated run model.
Pipeline run update model.
Enum that represents the execution status of a step or pipeline run.
Successful Response
Response model for pipeline runs.
falseUnauthorized
Forbidden
Not Found
Unprocessable Entity
Deletes a run.
Args: run_id: ID of the run.
Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
No content
Last updated
Was this helpful?