Organization
Retrieve audit logs
This endpoint retrieves audit logs for all users in an organization for a specified time period.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the organization to retrieve audit logs for.
Your user id -- you must be an organization admin to retrieve organization logs.
Start timestamp for log filtering (ISO format).
End timestamp for log filtering (ISO format).
Page number for pagination.
Number of records per page.
Response
200
application/json
Successful retrieval of organization audit logs
The response is of type object
.