GET
/
v1
/
sanctions
/
cases
/
:caseId
curl https://v2.app-dev.zquence.com/v1/sanctions/cases/68bbd741f4c6f683f94ca211 \
  -H "x-api-key: $ZQUENCE_PUBLIC_KEY" \
  -H "x-api-secret: $ZQUENCE_SECRET_KEY"
{
  "_id": "68bbd741f4c6f683f94ca211",
  "environmentId": "69f9b5fa0600ccbf9c677005",
  "userId": "customer-1842",
  "entityName": "Jane Merchant",
  "projection": {
    "state": "PENDING",
    "version": 1,
    "latestAttemptId": "68bbd741f4c6f683f94ca212",
    "latestOutcome": "REVIEW_REQUIRED",
    "accountRestricted": false
  },
  "attempts": [
    {
      "_id": "68bbd741f4c6f683f94ca212",
      "provider": "sanctionsio",
      "outcome": "REVIEW_REQUIRED",
      "degradedReasons": [],
      "completedAt": "2026-08-12T10:15:32.000Z"
    }
  ],
  "matches": [
    {
      "_id": "68bbd741f4c6f683f94ca213",
      "attemptId": "68bbd741f4c6f683f94ca212",
      "signal": "SANCTIONS_MATCH",
      "category": "SANCTIONS",
      "normalizedScore": 0.9425,
      "sources": [
        {
          "canonicalSourceId": "UK-SANCTIONS",
          "displayName": "UK Sanctions List",
          "category": "SANCTIONS"
        }
      ]
    }
  ],
  "decisions": [],
  "evidence": [],
  "events": []
}
Requires API-key scope sanctions.read and tenant permission sanctions.case.view.
caseId
string
required
curl https://v2.app-dev.zquence.com/v1/sanctions/cases/68bbd741f4c6f683f94ca211 \
  -H "x-api-key: $ZQUENCE_PUBLIC_KEY" \
  -H "x-api-secret: $ZQUENCE_SECRET_KEY"
{
  "_id": "68bbd741f4c6f683f94ca211",
  "environmentId": "69f9b5fa0600ccbf9c677005",
  "userId": "customer-1842",
  "entityName": "Jane Merchant",
  "projection": {
    "state": "PENDING",
    "version": 1,
    "latestAttemptId": "68bbd741f4c6f683f94ca212",
    "latestOutcome": "REVIEW_REQUIRED",
    "accountRestricted": false
  },
  "attempts": [
    {
      "_id": "68bbd741f4c6f683f94ca212",
      "provider": "sanctionsio",
      "outcome": "REVIEW_REQUIRED",
      "degradedReasons": [],
      "completedAt": "2026-08-12T10:15:32.000Z"
    }
  ],
  "matches": [
    {
      "_id": "68bbd741f4c6f683f94ca213",
      "attemptId": "68bbd741f4c6f683f94ca212",
      "signal": "SANCTIONS_MATCH",
      "category": "SANCTIONS",
      "normalizedScore": 0.9425,
      "sources": [
        {
          "canonicalSourceId": "UK-SANCTIONS",
          "displayName": "UK Sanctions List",
          "category": "SANCTIONS"
        }
      ]
    }
  ],
  "decisions": [],
  "evidence": [],
  "events": []
}
Raw provider request and response bodies are not returned. The evidence array contains controlled artifact metadata only.