---
title: "Returns a list of reoccurring jobs. Scheduled ad-hoc jobs will not be returned."
method: GET
path: "/api/Server/jobs"
tags: ["Server"]
---

# Returns a list of reoccurring jobs. Scheduled ad-hoc jobs will not be returned.

`GET /api/Server/jobs`

## Response `200`

OK

- JobDto[]
  - `id` string, nullable
  - `title` string, nullable
  - `createdAtUtc` string, date-time, nullable
  - `lastExecutionUtc` string, date-time, nullable
  - `cron` string, nullable

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/versions/a092f0284f3e/schema)
