Experiment logs
Export experiment logs
GET
Exports experiment logs to CSV/Excel format. The export is processed asynchronously and a download link is sent to your email.
Export Features:
Authentication
- API key:
Authorization: Bearer <API key>
Path Parameters
string
required
The ID of the experiment to export logs from.
Query Parameters
string
required
Set to
1 or true to trigger export.integer
Page number (default: 1).
integer
Number of results per page (default: 100).
string
Sort field (e.g., “-cost”, “-start_time”, “name”).
string
Filter start time (ISO format).
string
Filter end time (ISO format).
POST Request Body (Optional)
For advanced filtering, you can send a POST request with filters in the body:Examples
Response
- Supports all filtering options (query params and POST body filters)
- Includes all trace data: input, output, metrics, metadata
- Async processing for large datasets
- Email notification with download link
- CSV and Excel format options
- Export is processed asynchronously
- You will receive an email with the download link when the export is ready
- Large datasets may take several minutes to process
- All standard filtering parameters are supported