Get Audit Logs
GET
/audit/logs
Retrieves audit logs with optional filtering by organization, action, resource, date range, and pagination support.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Query Parameters
organizationId
Filter by organization ID
Type
number
action
Filter by specific action type
Type
string
resource
Filter by resource type
Type
string
startDate
Filter logs from this date (ISO 8601 format)
Type
string
endDate
Filter logs until this date (ISO 8601 format)
Type
string
limit
Maximum number of logs to return (default: 50)
Type
number
offset
Number of logs to skip for pagination (default: 0)
Type
number
Responses
Audit logs matching the specified criteria
application/json
JSON
{
}
