edgegate_get_byo_audit
Retrieve and filter BYO storage audit logs for AssumeRole, HeadObject, GetObject, and KMS Decrypt events. Paginate results to cross-reference with CloudTrail.
Instructions
Fetch the workspace's append-only BYO storage audit log (every AssumeRole, HeadObject, GetObject, KMS Decrypt). Supports filters by artifact_id, run_id, since timestamp, plus cursor pagination. Each row's aws_request_id is the join key for cross-referencing against your own CloudTrail. Requires admin role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1–500, default 100). | |
| since | No | ISO-8601 timestamp; only include events newer than this. | |
| cursor | No | Opaque cursor returned by a previous call. Pass it back verbatim to fetch the next page; omit on the first call. | |
| run_id | No | Filter to events from this run. | |
| artifact_id | No | Filter to events referencing this artifact. | |
| workspace_id | Yes |