Batches
Retrieve all batches on a ledger
Lists all batches for a specific ledger with filtering and sorting capabilities.
GET
List all batches on a ledger
Documentation Index
Fetch the complete documentation index at: https://docs.mangrovesystems.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Ledger friendly ID (e.g., lgr_abc123def456)
Query Parameters
Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: id, start_time, end_time, created_at, updated_at, tracking_id, friendly_id
Example:
"-start_time,created_at"
Filter by exact batch ID (friendly_id)
List all batches on a ledger