Query Project Requests
Projects
Query Project Requests
Query raw API request 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
- methods: Comma-separated HTTP methods (e.g., “GET,POST”)
- status_codes: Comma-separated status codes (e.g., “200,201,404”)
- min_response_time/max_response_time: Response time range in ms
- path_filter: Path pattern (use * for wildcards, e.g., “/api/users/*”)
- since/until: ISO8601 timestamps for time range
- page/page_size: Pagination controls
GET
Query Project Requests
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.