---
title: "GET /schedules"
method: GET
path: "/schedules"
tags: ["schedule"]
---

# GET /schedules

`GET /schedules`

List schedules

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `X-Request-Id` string

## Response `200`

list schedule successfully.

- ScheduleTask[]
  - `id` integer — the id of the Schedule task
  - `vendor_type` string — the vendor type of the current schedule task
  - `vendor_id` integer — the vendor id of the current task
  - `cron` string — the cron of the current schedule task
  - `update_time` string, date-time — the update time of the schedule task

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/cerit/apis/harbor-api.md) · [All operations](https://skmtc.dev/cerit/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cerit/harbor-api/revisions/62d78801f8df/schema)
