---
title: "Changes to List Jobs"
method: GET
path: "/jobs"
---

# Changes to List Jobs

`GET /jobs`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 85 revisions.

- **2026-07-01** `d65fcba0d25a` — 9 breaking, 16 warning, 30 info
- **2026-06-08** `0d76c7617aae` — 1 breaking, 1 warning, 10 info
- **2026-05-07** `5a765d68c56f` — 1 info
- **2026-04-13** `76e8f6063728` — 12 breaking, 14 warning, 25 info

## 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`
  - the `detail` response's property type/format changed from `array`/`` to `string`/`` for status `422`
  - removed the required property `limit` from the response with the `200` status
  - removed the required property `page` from the response with the `200` status
  - removed the required property `total` from the response with the `200` status
  - removed the required property `total_pages` from the response with the `200` status
  - deleted the `query` request parameter `agent_id`
  - deleted the `query` request parameter `page`
  - deleted the `query` request parameter `q`
  - deleted the `query` request parameter `since`
  - deleted the `query` request parameter `toolkit_id`
  - deleted the `query` request parameter `until`
  - removed the optional property `data/items/agent_id` from the response with the `200` status
  - removed the optional property `data/items/capability` from the response with the `200` status
  - removed the optional property `data/items/completed_at` from the response with the `200` status
  - removed the optional property `data/items/http_status` from the response with the `200` status
  - removed the optional property `data/items/parent_trace_id` from the response with the `200` status
  - removed the optional property `data/items/result` from the response with the `200` status
  - removed the optional property `data/items/toolkit_id` from the response with the `200` status
  - removed the optional property `data/items/trace_id` from the response with the `200` status
  - removed the optional property `data/items/upstream_async` from the response with the `200` status
  - removed the optional property `data/items/upstream_job_url` from the response with the `200` status
  - api operation id `list_jobs_jobs_get` removed and replaced with `listJobs`
  - the endpoint scheme security `BearerAuth` was added to the API
  - the endpoint scheme security `AgentOauthAccessToken` was removed from the API
  - the endpoint scheme security `HumanLogin` was removed from the API
  - the endpoint scheme security `JenticApiKey` was removed from the API
  - api tag `Jobs` added
  - api tag `observe` removed
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `from`
  - added the new optional `query` request parameter `to`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `422`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `500`
  - …15 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`
  - added the new optional `query` request parameter `q`
  - added the new optional `query` request parameter `since`
  - added the new optional `query` request parameter `toolkit_id`
  - added the new optional `query` request parameter `until`
  - added the optional property `data/items/agent_id` to the response with the `200` status
  - added the optional property `data/items/capability` to the response with the `200` status
  - added the optional property `data/items/parent_trace_id` to the response with the `200` status
  - added the required property `data/items/job_id` to the response with the `200` status
- **2026-05-07** `5a765d68c56f` — 1 info
  - the endpoint scheme security `AgentOauthAccessToken` was added to the API
- **2026-04-13** `76e8f6063728` — 12 breaking, 14 warning, 25 info
  - for the `query` request parameter `limit`, default value was changed from `25` to `20`
  - `query` request parameter `status` list-of-types was narrowed by removing types `array`
  - media type `application/problem+json` was changed to a more general media type `application/json` for the response status `422`
  - the response property `data/items/created_at` became optional for the status `200`
  - the response property `data/items/kind` became optional for the status `200`
  - the response property `detail` became optional for the status `422`
  - response property `data/items/created_at` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
  - response property `data/items/kind` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `detail` response property's maxLength was unset from `4096` for the response status `422`
  - the `detail` response's property type/format changed from `string`/`` to `array`/`` for status `422`
  - removed the required property `data/items/_links` from the response with the `200` status
  - removed the required property `data/items/job_id` from the response with the `200` status
  - for the `query` request parameter `status`, the type/format of property `anyOf[subschema #1]/` was changed from `array`/`` to `string`/``
  - deleted the `query` request parameter `cursor`
  - deleted the `query` request parameter `from`
  - deleted the `query` request parameter `kind`
  - deleted the `query` request parameter `to`
  - removed the optional property `code` from the response with the `422` status
  - removed the optional property `data/items/execution_id` from the response with the `200` status
  - removed the optional property `data/items/updated_at` from the response with the `200` status
  - removed the optional property `errors` from the response with the `422` status
  - removed the optional property `instance` from the response with the `422` status
  - removed the optional property `next_cursor` from the response with the `200` status
  - removed the optional property `status` from the response with the `422` status
  - removed the optional property `title` from the response with the `422` status
  - removed the optional property `type` from the response with the `422` status
  - api operation id `listJobs` removed and replaced with `list_jobs_jobs_get`
  - the endpoint scheme security `HumanLogin` was added to the API
  - the endpoint scheme security `JenticApiKey` was added to the API
  - the endpoint scheme security `BearerAuth` was removed from the API
  - api tag `observe` added
  - api tag `Jobs` removed
  - added the new optional `query` request parameter `page`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `500`
  - removed the non-success response with the status `503`
  - added the optional property `data/items/completed_at` to the response with the `200` status
  - added the optional property `data/items/http_status` to the response with the `200` status
  - …11 more

---

[Operation](https://skmtc.dev/jentic/apis/jentic-control-plane-api/docs/jobs/get.md) · [API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [Page](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/jobs/get)
