Get audit history
get_audit_historyReturn paginated append-only project audit events. Queues a hosted job; use get_job to retrieve its result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| projectId | Yes | ||
| requestId | Yes | A new UUID for this job, reused only when retrying identical inputs. | |
| afterSequence | No | ||
| workspaceToken | Yes | Secret workspace capability returned by create_workspace. Treat as a password; never place in a query string. |