Query Project Logs
Projects
Query Project Logs
Query raw log data across all apps in a project (or specific apps).
Filters:
- app_slugs: Comma-separated app slugs (e.g., “api,worker”)
- environment: Filter by environment name
- levels: Comma-separated log levels (e.g., “ERROR,WARNING”)
- search: Search in message, logger_name, or attributes
- loggers: Comma-separated logger names
- since/until: ISO8601 timestamps for time range
- page/page_size: Pagination controls
GET
Query Project Logs
Documentation Index
Fetch the complete documentation index at: https://docs.apilens.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.