---
title: "List EDD review schedules"
method: GET
path: "/edd/review_schedules"
tags: ["EDD"]
---

# List EDD review schedules

`GET /edd/review_schedules`

Get paginated list of EDD review schedules

## Query parameters

- `next_review` string, date
- `bank_id` integer
- `customer_type` 'BUSINESS' | 'PERSON' — The type of customer.
- `next_review_gte` string, date
- `partner_id` integer
- `page_token` string — Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
- `limit` integer — Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
- `next_review_lte` string, date
- `customer_id` string[]

## Response `200`

List of EDD review schedules

- EddReviewScheduleList
  - `edd_review_schedules` EddReviewScheduleResponse[], required — Array of EDD review schedules
    - `creation_time` string, date-time, required — The date and time the schedule was created.
    - `customer_id` string, uuid, required — The unique identifier of the customer.
    - `customer_type` 'BUSINESS' | 'PERSON', required — The type of customer.
    - `id` string, uuid, required — EDD Review Schedule ID
    - `last_updated_time` string, date-time, required — The date and time the schedule was last updated.
    - `next_review` string, date, required — The next review date for the customer.
    - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
  - `next_page_token` string — If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden error
- `500` — Internal server error

---

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