This endpoint retrieves all existing api logs that represent requests performed to Lago’s API.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Page number.
1
Number of records per page.
20
Filter api logs from a specific date.
"2022-08-09"
Filter api logs up to a specific date.
"2022-08-09"
Filter results by HTTP methods
["post", "put"]
Filter results by HTTP status or by generic request status
["failed", "succeeded", 404]
Filter results by API version
["v1"]
Filter results by the path of the request
"/billable_metrics/"
List of api logs
The response is of type object
.