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

# List ingestion schedules

`GET /ingestion/schedules`

## Query parameters

- `enabled` boolean
- `limit` integer
- `offset` integer

## Response `200`

OK

- ListSchedulesResponse
  - `limit` integer
  - `offset` integer
  - `schedules` Schedule[]
    - `config` object
    - `created_at` string
    - `created_by` string
    - `cron_expression` string
    - `enabled` boolean
    - `id` string
    - `last_run_at` string
    - `last_run_status` string
    - `managed_by` string
    - `name` string
    - `next_run_at` string
    - `plugin_id` string
    - `updated_at` string
  - `total` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

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