Skip to main content
GET
/
v1
/
projects
/
{project}
/
rollouts
/
{rollout}
/
stages
/
{stage}
/
tasks
/
{task}
/
taskRuns
{
  "taskRuns": [
    {}
  ]
}

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.

Response

OK

taskRuns
object[]

The taskRuns from the specified request.

TaskRun represents an execution attempt of a task.