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
/
{organizationName}
/
audit-logs
Audit Logs are limited to paid plans.
Path Parameters
organizationName
string
requiredThe name of the organization or user.
Query Parameters
page_size
integer
The limit of items to return per page. Defaults to 100.
page
integer
The page number to return. Defaults to 1.
Response
200 - application/json
audit_logs
object[]
pagination
object
Was this page helpful?