v1
latestOpenAPI 3.1.02026-07-1744202324.0 KBActivity Logs
Get activity logs
Returns a list of activity log events
get/v1/activity_logs
Query parameters
eventsstring
Event type(s) to include in the response. Can have multiple values separated by comma. All events are returned by default.
start_timenumber
Unix timestamp of the least recent event to include. This param defaults to one year ago if unspecified.
end_timenumber
Unix timestamp of the most recent event to include. This param defaults to the current timestamp if unspecified.
limitnumber
Maximum number of events to return. This param defaults to 1000 if unspecified.
order'asc' | 'desc'
Event order by timestamp. This param can be either "asc" (default) or "desc".
Response
Response from the GET /v1/activity_logs endpoint.