Authentication
- API key:
Authorization: Bearer <API key>
logs
: Array of log objects matching the filterstotal
: Total number of logs matching the filterspage
: Current page numberpage_size
: Number of logs per pagetotal_pages
: Total number of pages
- 401 Unauthorized — Missing/invalid authentication
- 404 Not Found — Dataset not found or not in your organization
- Supports complex filtering with nested metadata fields
- Date filters support
gte
(greater than or equal) andlte
(less than or equal)