Batches
List all batches
Returns an array of all batches with filtering and sorting capabilities.
GET
List all batches
Authorizations
Query Parameters
Filter by project ID
Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: id, start_time, end_time, state, created_at, updated_at
Example:
"-created_at"
Filter by exact batch ID
Filter by batch state
Controls response format. default returns paginated data. summary returns count and 10 samples. summary_with_export returns summary and triggers an async export.
Available options:
default, summary, summary_with_export File format for async export (only with response_mode=summary_with_export). Default: csv.
Available options:
csv, json Previous
Retrieve a batchReturns a specific batch by ID, including underlying input data and allocation to reports. Unlike events and data points, the rule alert fields (`has_rule_alerts` and `rule_alerts`) are returned on this detail response only — the batch list response uses a lighter serializer that omits them.
Next
List all batches