Console API
Export Cost Data
Export AI Gateway usage and cost data
GET
Export your organization’s AI Gateway usage and cost data for analysis, reporting, or billing purposes. You can export data in CSV or JSON format with flexible filtering options.Documentation Index
Fetch the complete documentation index at: https://www.edgee.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Time range for the export. Examples:
1h, 24h, 7d, 30dStart date in ISO 8601 format (e.g.,
2026-04-01). Overrides the period parameter if provided.End date in ISO 8601 format (e.g.,
2026-04-08). Overrides the period parameter if provided.Export format. Options:
csv or jsonFilter by specific API key IDs. This parameter can be repeated multiple times to include multiple keys.
Filter by tags. This parameter can be repeated multiple times to include multiple tags.
Examples
Response
The response is a CSV or JSON file containing your usage and cost data, ready for download or further processing. CSV format includes columns for:- Timestamp
- API Key
- Model
- Provider
- Input Tokens
- Output Tokens
- Cost
- Tags