Create a batch of telemetry
POST/telemetry/batch
Requires telemetry:write. Accepts 1–500 items and at most 8 MiB.
event_id is mandatory. Static and dynamic item errors are independent:
valid new items commit together, exact prior events are replayed, and
invalid/conflicting items are rejected. Within one request the first
duplicate event ID wins. Every submitted item consumes event quota.
Storage failure rolls back all new telemetry.
Request
Responses
- 200
- 400
- 401
- 403
- 413
- 429
- 503
Processed batch with input-ordered item outcomes
Invalid request
Missing
Token lacks the required scope
Request or arbitrary JSON payload is too large
App-wide per-minute quota exceeded
Response Headers
Retry-After
Seconds until the next fixed UTC minute window.
Authentication