This endpoint retrieves all existing activity logs that represent actions performed on application resources.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Page number.
1
Number of records per page.
20
Filter activity logs from a specific date.
"2022-08-09"
Filter activity logs up to a specific date.
"2022-08-09"
Filter results by activity types
[
"billing_metric.created",
"billing_metric.updated"
]
Filter results by activity sources
["api", "front"]
Filter results by user emails
["dinesh@piedpiper.test"]
Unique identifier assigned to the customer in your application.
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
External subscription ID
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
Filter results by resources unique identifiers
[
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba",
"1a901a90-1a90-1a90-1a90-1a901a901a90"
]
Filter results by resource class types
["BillableMetric", "Invoice"]
List of activity logs
The response is of type object
.