Retrieve a sanctions case
Retrieve case state, screening attempts, candidates, decisions, and evidence metadata.
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
Raw provider request and response bodies are not returned. The
sanctions.read and tenant permission sanctions.case.view.
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": []
}
evidence array contains controlled artifact metadata only.Previous
Create a sanctions decisionRecord an authorized review decision using optimistic concurrency.
Next
⌘I
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": []
}