---
title: "List external scores"
method: GET
path: "/crr/external_scores"
tags: ["CRR"]
---

# List external scores

`GET /crr/external_scores`

Get paginated list of externally sourced risk scores

## Query parameters

- `sort_by` string[]
- `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.
- `resource_id` string, uuid
- `resource_type` 'BUSINESS' | 'CUSTOMER' — The resource type for which the parameter is calculated

## Response `200`

List of external scores

- RiskConfigExternalScoreList
  - `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.
  - `external_scores` RiskConfigExternalScoreResponse[], required — Array of external scores
    - `creation_time` string, date-time — The date and time the record was created
    - `description` string — Free-text narrative supplied by the operator or external system describing the rationale for the score.
    - `high_risk_override` boolean, required — When true, forces the customer's computed CRR rating to high regardless of the numeric score.
    - `id` string, uuid, required — Unique identifier for the external score record
    - `last_updated_time` string, date-time — The date and time the record was last updated
    - `metadata` object — Free-form structured metadata supplied by the operator or external system.
    - `resource_id` string, uuid, required — The customer_id or business_id this score applies to
    - `resource_type` 'BUSINESS' | 'CUSTOMER', required — The resource type for which the parameter is calculated
    - `score` integer, required — An externally sourced risk score (0-100)
    - `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)
