Skip to main content
GET
List Workflow Run Tasks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_run_id
string
required

The ID of the workflow run whose tasks (steps) to list.

Query Parameters

pageSize
integer<int32>

Maximum number of tasks to return. Default is 50, maximum is 200.

pageToken
string

Token for pagination. Leave empty for the first request.

Response

Success

data
WorkflowRunTaskSummary · object[]

The list of task summaries, ordered by step ascending.

nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.