Audit Export
audit_exportExport this workspace's own agent-action audit trail as structured events, oldest first, for loading into a SIEM. Each event carries what triggered the action, which identity authorized it, which resource was touched, the outcome, and the error state. Metadata only -- no prompt text, document content, tool arguments, or model output is ever returned. Filter by date range and event action; page forward with the cursor each response returns. Covers a documented subset of platform activity rather than every action: see docs/WORKSPACE_AUDIT_EXPORT.md, and note that the coverage block on every response lists exactly which actions are exportable and which are not. Requires authentication and the audit:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Events per page. Defaults to 100, maximum 500. | |
| since | No | ISO-8601 lower bound, inclusive, for example 2026-08-01T00:00:00Z. Omit for no lower bound. | |
| until | No | ISO-8601 upper bound, inclusive. Omit for no upper bound. | |
| action | No | Exact event action to filter to, for example mcp.tool_call. Omit to return every action this workspace can export. | |
| after_id | No | Resume cursor. Pass the next_cursor from the previous page to continue without re-reading it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |