Get Audit Log
get_audit_logRead the API design audit log: who changed what, when, and whether it was a person or an API key. Filter by entityId for the history of one endpoint or schema — worth doing before changing something you did not write. Paginated; without filters it returns the whole organization's history newest first. Requires organization context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based (default 1) | |
| action | No | Optional action to filter by, e.g. 'created', 'updated', 'deleted' | |
| dateTo | No | Optional upper bound, ISO 8601 | |
| specId | No | Optional spec ID (GUID) to filter by | |
| dateFrom | No | Optional lower bound, ISO 8601 (e.g. '2026-07-01T00:00:00Z') | |
| entityId | No | Optional entity ID (GUID) — the endpoint, schema or folder to trace | |
| pageSize | No | Entries per page (default 50, max 200) | |
| entityType | No | Optional entity type to filter by, e.g. 'endpoint', 'schema', 'folder' | |
| actorUserId | No | Optional numeric user ID to filter by |