---
title: "List risk evaluation overrides"
method: GET
path: "/evaluation_overrides"
tags: ["Risk Evaluations"]
---

# List risk evaluation overrides

`GET /evaluation_overrides`

List evaluation overrides.

## Query parameters

- `account_id` string[]
- `id` string[]
- `spend_control_id` string[]
- `card_id` string[]
- `type` 'FRAUD' | 'SPEND_CONTROL' — The type of evaluation override. Always present in responses; behavior and filtering depend on this field.
- `reason` string
- `page_token` string — Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
- `sort_by` string[]
- `transaction_id` string[]
- `limit` integer — Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
- `customer_id` string[]

## Response `200`

List of evaluation overrides.

- EvaluationOverrideList
  - `evaluation_overrides` EvaluationOverrideResponse[], required — Array of evaluation overrides.
    - `account_id` string, uuid — The unique identifier for the related customer account.
    - `active_at` string, date-time, required — The date and time when the evaluation override became active.
    - `card_id` string, uuid — The unique identifier for the related card.
    - `creation_time` string, date-time, required — The date and time the evaluation was created.
    - `customer_id` string, uuid, required — The unique identifier for the related customer.
    - `expires_at` string, date-time — The date and time when the evaluation override expires.
    - `id` string, uuid, required — The unique identifier for the evaluation override.
    - `last_updated_time` string, date-time, required — The date and time the evaluation was last updated.
    - `reason` string, required — The reason for the evaluation override.
    - `spend_control_id` string, uuid — The unique identifier for the related spend control.
    - `transaction_id` string, uuid — The unique identifier for the transaction.
    - `type` 'FRAUD' | 'SPEND_CONTROL', required — The type of evaluation override. Always present in responses; behavior and filtering depend on this field.
  - `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

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `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)
