---
title: "List EDD review configurations"
method: GET
path: "/edd/review_configurations"
tags: ["EDD"]
---

# List EDD review configurations

`GET /edd/review_configurations`

Get paginated list of EDD review configurations

## Query parameters

- `bank_id` integer
- `auto_case_on_high_risk` boolean
- `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.

## Response `200`

List of EDD review configurations

- EddReviewConfigurationList
  - `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.
  - `edd_review_configs` EddReviewConfigurationResponse[], required — Array of EDD review configurations
    - `auto_case_on_high_risk` boolean, required — When enabled, automatically creates a case when a customer's CRR score increases from low or medium to high risk.
    - `creation_time` string, date-time, required — The date and time the configuration was created.
    - `high_months` integer, required — The review cadence in months for a risk level.
    - `id` string, uuid, required — EDD Review Configuration ID
    - `is_active` boolean, required — Whether this configuration is active.
    - `last_updated_time` string, date-time, required — The date and time the configuration was last updated.
    - `low_months` integer, required — The review cadence in months for a risk level.
    - `medium_months` integer, required — The review cadence in months for a risk level.
    - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

## 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)
