List Batches
Batches API
List Batches
List batches (placeholder—no batch entities stored)
GET
List Batches
List Background Check Batches
Placeholder implementation. The API does not persist batch entities. The response always includes an empty
batches array and notes that orders should be tracked individually.Request
Page number (default
1). Accepted for API compatibility; does not change placeholder behavior.Page size (default
10). Accepted for API compatibility.Response
Always empty in the current implementation.
Pagination object (
page, limit, total, totalPages, hasNext, hasPrev). total is 0.Explains that batch tracking is not yet implemented.
Directs you to order endpoints for status.
Example Request
Example Response
What to use instead
- List orders
- Get order
- Create batch only to submit multiple create-order payloads in one HTTP call (see limitations on that page).