| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The summary of the status of all jobs in a deployment. | ||
| starting | integer | The number of jobs that are in the starting state. | 1 |
| running | integer | The number of jobs that are in the running state. | 2 |
| cancelling | integer | The number of jobs that are in the cancelling state. | 0 |
| cancelled | integer | The number of jobs that are in the cancelled state. | 5 |
| finished | integer | The number of jobs that are in the finished state. | 4 |
| failed | integer | The number of jobs that are in the failed state. | 6 |