Skip to content

deployment_job_runs_list

List the runs of a scheduled service (job), newest first.

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

NameTypeRequiredDescription
limitintegerNo description in the catalog.
cursorstringNo description in the catalog.
serviceIdstringNo description in the catalog.

Response

FieldTypeAlwaysDescription
itemsarray
nextCursorstring

Try it

List the runs of a scheduled service (job), newest first.

When to use

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.

Example

Ask your agent something like this:

List the runs of a scheduled service (job), newest first.

The agent will invoke deployment_job_runs_list with these arguments:

{
  "serviceId": "<serviceId>"
}

Esc

Start typing to search the docs.

navigateselect