POST /api/v1/events/batch
Submit an array of events for batch ingestion. All events are processed asynchronously. Maximum 100 events per request.Request Body
Array of event objects. Each object follows the same schema as the single event endpoint.
Response
Returns202 Accepted:
id and a status of either queued or duplicate.
Examples
Limits
- Maximum 100 events per batch request.
- Each event counts toward your workspace’s monthly event quota.
- Validation errors for individual events do not prevent other events in the batch from being processed.
Batch events are assigned
created_at timestamps offset by 1 microsecond per event to preserve insertion order within the hash chain. This ensures correct chain verification.