v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-275867561.6 MB
audit-logs

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

get/api/v1/audit-logs

Query parameters

limitinteger

Number of items to return

Number of items to return

cursorstring nullable

Cursor for pagination (base64-encoded JSON string)

Cursor for pagination (base64-encoded JSON string)

workspace_idstring uuid nullable

Filter by workspace ID

Filter by workspace ID

start_timestring date-time required

Start datetime (inclusive) in ISO 8601 format

Start datetime (inclusive) in ISO 8601 format

end_timestring date-time required

End datetime (inclusive) in ISO 8601 format

End datetime (inclusive) in ISO 8601 format

operationsAuditLogOperation[] nullable

Filter by operation names. If omitted, all operations are returned.

Filter by operation names. If omitted, all operations are returned.

Response

Successful Response

cursorstring nullable required