v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438212159.2 KB

Returns information about a specified run of a workflow.

get/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns/{id}

Path parameters

spaceNamestring required

The name of the space.

idstring required

The ID of the workflow run. To retrieve a list of workflow run IDs, use <a>ListWorkflowRuns</a>.

projectNamestring required

The name of the project in the space.

Response

Success

spaceNamestring required

The name of the space.

projectNamestring required

The name of the project in the space.

idstring required

The ID of the workflow run.

workflowIdstring required

The ID of the workflow.

status'SUCCEEDED' | 'FAILED' | 'STOPPED' | 'SUPERSEDED' | 'CANCELLED' | 'NOT_RUN' | 'VALIDATING' | 'PROVISIONING' | 'IN_PROGRESS' | 'STOPPING' | 'ABANDONED' required

The status of the workflow run.

statusReasonsWorkflowRunStatusReason[]

Information about the reasons for the status of the workflow run.

startTimestring date-time required

The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>

endTimestring date-time

The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.

lastUpdatedTimestring date-time required

The date and time the workflow run status was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>