v1
latestOpenAPI 3.1.02026-07-241695611.0 MBOFAC
Get Ofac Batch
Get the status of an OFAC batch.
get/ofac/searches/batches/{batch_id}
Path parameters
batch_idstring uuid required
The unique identifier of the OFAC batch to download.
Example:5b831224-0594-4e09-b26c-523c426f97a9
The unique identifier of the OFAC batch to download.
Response
Retrieved status of the OFAC batch.
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"
}