---
title: "List cron tasks"
method: GET
path: "/admin/cron"
tags: ["admin"]
---

# List cron tasks

`GET /admin/cron`

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

CronList

- Cron[]
  - `exec_times` integer — The total number of times this cron task has been executed
  - `name` string — The name of the cron task
  - `next` string, date-time — The next scheduled execution time
  - `prev` string, date-time — The previous execution time
  - `schedule` string — The cron schedule expression (e.g., "0 0 * * *")

## Other responses

- `403` — APIForbiddenError is a forbidden error response

---

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