---
title: "List Jobs"
method: GET
path: "/jobs"
tags: ["Jobs"]
---

# List Jobs

`GET /jobs`

List jobs with optional filters.

## Query parameters

- `kind` string, nullable
- `status` string[], nullable
- `from` string, date-time, nullable
- `to` string, date-time, nullable
- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- JobListResponse — Paginated list of jobs.
  - `data` JobResponse[], required
    - `_links` JobLinksResponse, required — Hypermedia links for a job.
      - `execution` string, nullable
      - `result` string, nullable
      - `self` string, required
    - `created_at` string, date-time, required
    - `error` string, nullable
    - `execution_id` string, nullable
    - `job_id` string, required
    - `kind` string, required
    - `status` string, required
    - `updated_at` string, date-time, nullable
  - `has_more` boolean, required
  - `next_cursor` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

## Changes

- **2026-07-01** `d65fcba0d25a` — 9 breaking, 16 warning, 30 info
  - for the `query` request parameter `limit`, default value was changed from `20` to `25`
  - `query` request parameter `status` list-of-types was narrowed by removing types `string`
  - for the `query` request parameter `status`, the type/format of property `anyOf[subschema #1]/` was specialized from `string`/`` to `array`/``
  - response property `data/items/created_at` list-of-types was widened by adding types `string` to media type `application/json` of response `200`
  - …51 more
- **2026-06-08** `0d76c7617aae` — 1 breaking, 1 warning, 10 info
  - removed the required property `data/items/id` from the response with the `200` status
  - removed the optional property `data/items/slug_or_id` from the response with the `200` status
  - added the new optional `query` request parameter `agent_id`
  - added the new optional `query` request parameter `kind`
  - …8 more
- **2026-05-07** `5a765d68c56f` — 1 info
  - the endpoint scheme security `AgentOauthAccessToken` was added to the API
- …earlier changes not shown

[Full history](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/jobs/get.md)

---

[API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.dev/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/revisions/f4594f50f4d3/schema)
