---
title: "ReadCrons"
method: GET
path: "/v1/cron/"
tags: ["cron"]
---

# ReadCrons

`GET /v1/cron/`

List crons.

## Response `200`

OK

- EntityCron[]
  - `command` string
  - `comment` string
  - `id` integer
  - `schedule` string

## Changes

- **2024-12-04** `d7ced1b11534` — 7 warning
  - deleted the `query` request parameter `comment`
  - deleted the `query` request parameter `id`
  - deleted the `query` request parameter `itemsPerPage`
  - deleted the `query` request parameter `lastSeenId`
  - …3 more

[Change history](https://skmtc.dev/goinfinite/apis/osapi/changes/v1/cron/get.md)

---

[API](https://skmtc.dev/goinfinite/apis/osapi.md) · [All operations](https://skmtc.dev/goinfinite/apis/osapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goinfinite/osapi/revisions/29ef3eae8d99/schema)
