---
title: "List claim schedules"
method: GET
path: "/rewards/claim-schedules"
tags: ["Claims"]
---

# List claim schedules

`GET /rewards/claim-schedules`

Returns a paginated list of claim schedules

## Query parameters

- `payout_group_id` string
- `limit` integer
- `page_cursor` string

## Response `200`

A successful response.

- ListClaimSchedulesResponse
  - `items` ClaimSchedule[] — Claim schedules in this page of results.
    - `id` string
    - `payout_group_id` string
    - `schedule_type` 'DAILY' | 'MONTHLY' | 'WEEKLY'
    - `next_run_at` string, date-time
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `days_of_week` integer[]
    - `days_of_month` integer[]
    - `hour` integer
    - `minute` integer
  - `next_page_cursor` string — Token to retrieve the next page of results, or empty if there are no more results.

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
