Path Parameters
The project id.
The rollout id.
The stage id.
The task id.
Response
OK
The taskRuns from the specified request.
TaskRun represents an execution attempt of a task.
{
"taskRuns": [
{}
]
}Lists task run executions for a task. Permissions required: bb.taskRuns.list
{
"taskRuns": [
{}
]
}The project id.
The rollout id.
The stage id.
The task id.
OK
The taskRuns from the specified request.
TaskRun represents an execution attempt of a task.
Was this page helpful?