Audit logs
List all activity logs
This endpoint retrieves all existing activity logs that represent actions performed on application resources.
GET
List all activity logs
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 activity logs from a specific date.
Example:
"2022-08-09"
Filter activity logs up to a specific date.
Example:
"2022-08-09"
Filter results by activity types
Example:
[
"billing_metric.created",
"billing_metric.updated"
]
Filter results by activity sources
Example:
["api", "front"]
Filter results by user emails
Example:
["dinesh@piedpiper.test"]
Unique identifier assigned to the customer in your application.
Example:
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
External subscription ID
Example:
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
Filter results by resources unique identifiers
Example:
[
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba",
"1a901a90-1a90-1a90-1a90-1a901a901a90"
]
Filter results by resource class types
Example:
["BillableMetric", "Invoice"]
Response
200
application/json
List of activity logs
The response is of type object
.
List all activity logs