Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
graphql
query GetAuditLogs { getAuditLogs { ok auditLogs { id createdDttm updatedDttm workspaceId workspaceName actorType } } }
json
{ "data": { "getAuditLogs": { "ok": true, "auditLogs": [ { "id": 1, "createdDttm": "string", "updatedDttm": "string", "workspaceId": 1, "workspaceName": "string", "actorType": "string" } ] } } }
List all audit logs.
getAuditLogs: AuditLogs
Related topics