Audit Logs
List Audit Logs
Return the audit logs for the given organization, ordered by the created_at
field in descending order.
GET
/
v1
/
organizations
/
{organizationSlug}
/
audit-logs
Audit Logs are limited to paid plans.
Path Parameters
The slug of the organization or user account.
Query Parameters
The limit of items to return per page. Defaults to 100.
The page number to return. Defaults to 1.
Was this page helpful?