List orchestration batches
Orchestration Addresses
List orchestration batches
List settlement batches produced by an orchestration address.
GET
List orchestration batches
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the user.
Pattern:
^user_[A-Za-z0-9]+$ID of the orchestration address.
Query Parameters
Maximum number of records to return. 1–200, defaults to 50.
Required range:
1 <= x <= 200Inclusive lower bound on createdAt (ISO 8601). Only records created at or after this timestamp are returned.
Cursor for the next page. Pass the previous response's nextCursor value to return records created strictly before that timestamp.
Filter batches by status.
Available options:
PENDING, PROCESSING, COMPLETED, FAILED