---
title: "Get policy-gated sanctions dataset"
method: GET
path: "/api/v1/company/{slug}/sanctions"
tags: ["Companies", "Risk Signals"]
---

# Get policy-gated sanctions dataset

`GET /api/v1/company/{slug}/sanctions`

This route is fail-closed. It returns data only when the exact sanctions dataset has a valid public decision, license metadata and identity policy in the active source catalog. OpenSanctions is currently in review, so the route returns 503 without reading or serializing its payload.

## Path parameters

- `slug` string, required

## Response `200`

Sanctions list when the exact dataset is authorized

- CompanySanctionsResponse
  - `slug` string
  - `count` integer
  - `items` DocumentarySanction[]
    - `source` string, nullable
    - `date` string, nullable
    - `authority` string, nullable
    - `summary` string, nullable
    - `official_url` string, uri, nullable
    - `status` string, nullable
  - `source` string, nullable
  - `note` string, nullable

## Other responses

- `404` — Resource not found
- `429` — Rate limit exceeded
- `503` — Controlled fail-closed denial: the required dataset or legal layer is absent, invalid, unsupported or not authorized for this public surface.

---

[API](https://skmtc.net/openmercantil/apis/openmercantil-public-api.md) · [All operations](https://skmtc.net/openmercantil/apis/openmercantil-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmercantil/openmercantil-public-api/versions/996f96a11758/schema)
