List all api logs
Audit logs
List all API logs
This endpoint retrieves all existing api logs that represent requests performed to Lago’s API.
GET
List all api logs
Documentation Index
Fetch the complete documentation index at: https://lago-dependabot-npm-and-yarn-picomatch-2-3-2.mintlify.app/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.
Query Parameters
Page number.
Example:
1
Number of records per page.
Example:
20
Filter api logs from a specific date.
Example:
"2022-08-09"
Filter api logs up to a specific date.
Example:
"2022-08-09"
Filter results by HTTP methods
Available options:
post, put, delete Example:
["post", "put"]Filter results by HTTP status or by generic request status
Available options:
succeeded, failed Example:
["failed", "succeeded", 404]Filter results by API version
Example:
"v1"
Filter results by the path of the request
Example:
"/billable_metrics/"