Tool
deployment_job_runs_list
List the runs of a scheduled service (job), newest first.
List the runs of a scheduled service (job), newest first. Returns a page of runs plus nextCursor; pass that back as cursor for the next page. A run with status "Skipped" is a tick that never fired — concurrency held it back — and has no logs or exit code.
Behavior
- HTTP
GET /deployment/services/:serviceId/runs
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | — | No description in the catalog. |
| cursor | string | — | No description in the catalog. |
| serviceId | string | • | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| items | array | • | |
| nextCursor | string | • |
Try it
List the runs of a scheduled service (job), newest first.