workspaces
Get Or Create Pipeline Run
Get or create a pipeline run.
Args: workspace_name_or_id: Name or ID of the workspace. pipeline_run: Pipeline run to create. auth_context: Authentication context.
Returns: The pipeline run and a boolean indicating whether the run was created or not.
Raises: IllegalOperationError: If the workspace or user specified in the pipeline run does not match the current workspace or authenticated user.
post/api/v1/workspaces/{workspace_name_or_id}/runs/get-or-create
Path parameters
Request body
Response
Successful Response