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