v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Returns a list of tasks and status information within their specified run. Use this operation to monitor runs and to identify which specific tasks have failed.

get/run/{id}/task

Path parameters

idstring required

The run's ID.

Query parameters

status'PENDING' | 'STARTING' | 'RUNNING' | 'STOPPING' | 'COMPLETED' | 'CANCELLED' | 'FAILED'

Filter the list by status.

startingTokenstring

Specify the pagination token from a previous request to retrieve the next page of results.

maxResultsinteger

The maximum number of run tasks to return in one page of results.

Response

Success

nextTokenstring

A pagination token that's included if more results are available.