v1
latestOpenAPI 3.1.02026-07-241695611.0 MBList Ofac Batches
List all OFAC batches for the authenticated organization.
Query parameters
Maximum number of records to return in a single page. Must be between 1 and 1000.
Maximum number of records to return in a single page. Must be between 1 and 1000.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.
Response
List of OFAC batches.
Example response
[
{
"id": "b5d7c536-a153-4462-8297-cf6f00b90352",
"name": "ofac_batch_1.csv",
"similarity_threshold": 0.9,
"entities_count": 100,
"valid_entities_count": 100,
"entities_with_match_count": 10,
"invalid_entities_count": 10,
"created_at": "2026-07-16T19:24:27.795831",
"updated_at": "2026-07-16T19:24:27.795842"
}
]