Get Audit Log
get_audit_logCheck who changed what in your API design, when, and whether by person or API key. Filter by entity to review an endpoint or schema's history before modifying unfamiliar work.
Instructions
Read 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 |