For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Legacy Docs
Sign in
Documentation
Changelog
Legacy Docs
Sign in
API Reference
Batches
Retrieve a batch
Copy page
GET
https://api.ntropy.com
/
v3
/
batches
/
:id
Authentication
X-Api-Key
string
API Key authentication via header
Path parameters
id
string
Required
Response
Successful Response
id
string
A unique identifier for the batch.
operation
enum
Allowed values:
POST /v3/transactions
status
enum
The status of the batch. Results are not available for a batch with an error status.
Allowed values:
processing
completed
error
created_at
datetime
The timestamp of when the batch was created.
updated_at
datetime
The timestamp of when the batch was last updated.
progress
integer
The number of transactions processed so far.
total
integer
The total number of transactions in the batch.
Errors
404
Not Found Error
422
Unprocessable Entity Error