---
title: "Get a risk evaluation override"
method: GET
path: "/evaluation_overrides/{evaluation_override_id}"
tags: ["Risk Evaluations"]
---

# Get a risk evaluation override

`GET /evaluation_overrides/{evaluation_override_id}`

Get a risk evaluation override by ID.

## Path parameters

- `evaluation_override_id` string, uuid, required

## Response `200`

A risk evaluation override.

- EvaluationOverrideResponse
  - `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.

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