Get datastore audit log
ccx_admin_get_datastore_auditRetrieve a datastore's audit log, newest first, to review jobs, resource creation/deletion, and info events. Filter by time range, entry type, or line limit to investigate operational changes.
Instructions
Query the audit log of a datastore (jobs, resource create/delete, info lines), newest first. Time bounds are RFC3339 timestamps, e.g. 2026-09-01T00:00:00Z.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only entries before this RFC3339 time | |
| from | No | Only entries at or after this RFC3339 time | |
| type | No | Only entries of this type, e.g. job, info, delete_resource, create_resource. Filtering happens after fetching a wider window (up to 1000 lines); 'fetched' and 'window_exhausted' tell you whether older matches may exist. | |
| limit | No | Max lines to return (default 20) | |
| datastore_id | Yes | Datastore UUID |