---
title: "Retrieves configuration steps and provider connection status for the give domain"
method: GET
path: "/v1/domains/{domainId}/compliance/providers"
tags: ["Compliance"]
---

# Retrieves configuration steps and provider connection status for the give domain

`GET /v1/domains/{domainId}/compliance/providers`

## Path parameters

- `domainId` string, uuid, required

## Response `200`

OK

- ComplianceConfigurationDetailResponse
  - `domainId` string, uuid
  - `connectionDetails` ComplianceProviderConnectionResponse[]
    - `connectionId` string, uuid
    - `provider` 'ELLIPTIC' | 'CHAINALYSIS' | 'NOTABENE'
    - `status` 'CONNECTED' | 'PAUSED'
    - `readyForScreening` boolean
    - `previewScreeningEnabled` boolean
  - `configurationSteps` ComplianceConfigurationStepResponse[]
    - `name` 'ADD_RISK_SETTING_RULES' | 'ADD_POLICY_FOR_OUTGOING_ORDERS' | 'ADD_POLICY_FOR_AUTOMATIC_RELEASE_QUARANTINED_TRANSFERS' | 'ADD_EXCEPTION_FOR_OUTGOING_ORDERS' | 'ADD_EXCEPTION_FOR_RELEASE_QUARANTINED_TRANSFERS'
    - `mandatory` boolean
    - `shared` boolean
    - `configurationStepType` 'RISK_SETTING' | 'POLICY' | 'AGENT'
    - `provider` 'ELLIPTIC' | 'CHAINALYSIS'
    - `status` 'START' | 'PENDING' | 'VIEW'

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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