v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-26192307950.1 KB
steps

Create Run Step

Create a run step.

Args: step: The run step to create.

Returns: The created run step.

post/api/v1/steps

Request body

userstring uuid required
workspacestring uuid required
namestring required
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.

cache_keystring nullable
code_hashstring nullable
docstringstring nullable
source_codestring nullable
pipeline_run_idstring uuid required
original_step_run_idstring uuid nullable
parent_step_idsstring[]
inputsobject
outputsobject
deploymentstring uuid required
model_version_idstring uuid nullable

Response

Successful Response

idstring uuid required
permission_deniedboolean
namestring required