GET
/
v1
/
projects
/
{project}
/
rollouts
/
{rollout}
/
stages
/
{stage}
/
tasks
/
{task}
/
taskRuns
{
  "taskRuns": [
    {}
  ],
  "nextPageToken": "<string>"
}

Path Parameters

project
string
required

The project id.

rollout
string
required

The rollout id.

stage
string
required

The stage id.

task
string
required

The task id.

Query Parameters

pageSize
integer

Not used. The maximum number of taskRuns to return. The service may return fewer than this value. If unspecified, at most 10 taskRuns will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken
string

Not used. A page token, received from a previous ListTaskRuns call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListTaskRuns must match the call that provided the page token.

Response

200
application/json

OK

The response is of type object.