Event export
List and export your request, webhook, and stream delivery history as JSON or NDJSON. See Event export for filters, formats, and durable-ledger behavior.GET /v1/delivery/events— filtered event listingGET /v1/delivery/events/export— JSON or NDJSON export
Usage Tracking
GET /v1/usage
Returns metered usage events grouped by meter class for the current billing period.light_reads, standard_reads, heavy_extracts, artifact_jobs, delivery_events, email_notifications, intelligence_queries, market_data_reads.
GET /v1/limits
Returns rate limits, API key limits, and throughput ceilings for the current plan.GET /v1/billing
Returns the full billing snapshot: plan key, billing state, spend caps, budget alerts, and Stripe subscription status.Compliance Integration Patterns
SIEM export
Use the NDJSON event export to feed events into a SIEM pipeline:Budget audit trail
Budget changes are recorded with the acting principal, previous values, and request ID. Query the event log forbudget.updated events to reconstruct the change history.
Request traceability
Every API response includesRequest-Id and traceparent headers. Preserve these in your application logs to correlate downstream effects with the originating request.
Endpoint summary
| Endpoint | Method | Description |
|---|---|---|
/v1/delivery/events | GET | Filtered event listing |
/v1/delivery/events/export | GET | JSON or NDJSON event export |
/v1/usage | GET | Metered usage summary |
/v1/limits | GET | Plan limits and rate ceilings |
/v1/billing | GET | Full billing snapshot |
Read next
Enterprise Features
Key rotation, multi-seat organizations, and commercial licensing. OAuth/SSO roadmap noted inline.
Event Export
Filtering, JSON, and NDJSON export workflows.

