Audit logs
Inspect who changed job board data, which resource changed, and when it happened.
A
JAudit logs help an operator trace API and MCP activity across jobs, companies, settings, and other resources.
Discover audit endpoints
javascript
1async () => Object.keys(spec.paths).filter((path) => path.includes('audit'))
Investigate a change
Filter as narrowly as the live endpoint permits: time range, actor type, actor ID, or resource type. The list endpoint does not filter by operation, resource ID, or request ID. Return the raw matching events before summarizing them so the operator can decide what matters.
Audit data is evidence, not an undo mechanism. If a change must be reversed, read the current resource, reconstruct the intended state, obtain approval, and use the resource’s documented update operation. Keep credentials and sensitive payloads out of logs and prompts.