Skip to main content
POST
List logs with filters

Authentication

  • API key: Authorization: Bearer <API key>
For complete filter operators and examples, see the Filters API Reference.
Request body:
Request example:
Response (200 OK):
Response Fields:
  • logs: Array of log objects matching the filters
  • total: Total number of logs matching the filters
  • page: Current page number
  • page_size: Number of logs per page
  • total_pages: Total number of pages
Errors:
  • 401 Unauthorized — Missing/invalid authentication
  • 404 Not Found — Dataset not found or not in your organization
Notes:
  • Supports complex filtering with nested metadata fields
  • Date filters support gte (greater than or equal) and lte (less than or equal)