v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-27192307552.2 KB
workspaces

Create Pipeline Run

Creates a pipeline run.

Args: workspace_name_or_id: Name or ID of the workspace. pipeline_run: Pipeline run to create.

Returns: The created pipeline run.

Raises: IllegalOperationError: If the workspace specified in the pipeline run does not match the current workspace.

post/api/v1/workspaces/{workspace_name_or_id}/runs

Path parameters

string required
OR
string uuid required

Request body

userstring uuid required
workspacestring uuid required
namestring required
deploymentstring uuid required
pipelinestring uuid nullable
orchestrator_run_idstring nullable
start_timestring date-time nullable
end_timestring date-time nullable
status'initializing' | 'failed' | 'completed' | 'running' | 'cached' required

Enum that represents the current status of a step or pipeline run.

client_environmentobject
orchestrator_environmentobject
trigger_execution_idstring uuid nullable
tagsstring[] nullable
model_version_idstring uuid nullable

Response

Successful Response

idstring uuid required
permission_deniedboolean
namestring required