Get Audit Logs
Retrieve audit log records for the authenticated user's organization in OCSF format.
Requires both start_time and end_time parameters to filter logs within a date range. Supports cursor-based pagination.
Returns results in OCSF API Activity (Class UID: 6003) format, which is compatible with security monitoring and SIEM tools. Reference: https://schema.ocsf.io/1.7.0/classes/api_activity
Query parameters
Number of items to return
Number of items to return
Cursor for pagination (base64-encoded JSON string)
Cursor for pagination (base64-encoded JSON string)
Filter by workspace ID
Filter by workspace ID
Start datetime (inclusive) in ISO 8601 format
Start datetime (inclusive) in ISO 8601 format
End datetime (inclusive) in ISO 8601 format
End datetime (inclusive) in ISO 8601 format
Filter by operation names. If omitted, all operations are returned.
Filter by operation names. If omitted, all operations are returned.
Response
Successful Response