Workflow Tasks (Beta)

List task runs

List task runs that match the provided filters. If no filters are provided, all task runs accessible by the authenticated user are returned.

get/task-runs

Query parameters

cursorstring

The position in the result list to start from when fetching paginated results. For details, see Pagination.

limitinteger

Defaults to 20

The maximum number of items to return. For details, see Pagination.

rootTaskRunIdstring[]

An array of root task run IDs to filter on

ownerIdstring[]

The ID of the workspaces to return resources for

Parameters

#/paths/~1tasks/parameters/1 — unresolved $ref
#/paths/~1tasks/parameters/2 — unresolved $ref
#/paths/~1tasks/parameters/3 — unresolved $ref

Response

List of task runs

cursorstring required

Changes