Actions
| Action | Description |
|---|---|
list | List all task runs for a benchmark run |
get | Get a task run by ID |
complete | Mark a task run as complete |
cancel | Cancel a task run |
Parameters
list
| Parameter | Type | Required | Description |
|---|---|---|---|
benchmarkRunId | string | yes | Benchmark run ID to list task runs for |
get
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Task run ID |
complete
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Task run ID |
cancel
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Task run ID |