Authentication
- API key:
Authorization: Bearer <API key>
Path Parameters
The ID of the experiment to export logs from.
Query Parameters
Set to
1 or true to trigger export.Page number (default: 1).
Number of results per page (default: 100).
Sort field (e.g., “-cost”, “-start_time”, “name”).
Filter start time (ISO format).
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