provider workspace GET
/v1/workspace/audit-logs @utdk/elevenlabs
/v1/workspace/audit-logs Get Workspace Audit Logs
Returns the audit log for the workspace. Requires enterprise tier and the audit_log_read permission.
- limit query
- Maximum number of entries per page
- integer
- cursor query
- Cursor for the next page (from previous response)
- time_from_unix_ms query
- Only include entries at or after this time (ms since epoch)
- time_to_unix_ms query
- Only include entries at or before this time (ms since epoch)
- actor_uid query
- Filter by actor user ID
- class_name query
- Filter by OCSF event class name (e.g. Account Change)
- activity_name query
- Filter by audit activity name (e.g. Subscription Creation)
- xi-api-key header
- Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Try it
Authentication
Configure credentials for ElevenLabs API Documentation
Code snippet
Updates live as you fill in the form above.
TypeScript
import elevenlabs from '@utdk/elevenlabs';
await elevenlabs.getWorkspaceAuditLogs({
"limit": 50
})