---
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

---

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