For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Lists data audit events that match query parameters.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer .
Query parameters
filterOps.context.changeIDstringOptional
ID for the audit event. Use this to uniquely identify a specific audit record.
filterOps.context.requestIDstringOptional
ID for the request that caused the event. Use to correlate multiple audit events triggered by a single API request.
filterOps.context.sessionIDstringOptional
ID for the session in which the request was sent. Present when a session context is available.
filterOps.context.actorstringOptional
Member who sent the request. Depending on actorType, this may be a user ID or a service account ID. For users this is their email address.
filterOps.context.actorTypeenumOptional
Type of member who sent the request.
Allowed values:
filterOps.context.accessTypeenumOptional
Type of access for the request.
Allowed values:
filterOps.context.ipAddressstringOptional
IP Address of the client that made the request.
filterOps.context.originstringOptional
HTTP Origin request header (including scheme, hostname, and port) of the request. Present only for browser-originated requests. Absent for server-to-server API calls.
filterOps.context.authModeenumOptional
Authentication mode the actor used. OKTA_JWT: Federated identity via Okta SSO. SERVICE_ACCOUNT_JWT: Service account JWT (machine-to-machine). PAT_JWT: Personal Access Token issued as a JWT. API_KEY: Static API key.
filterOps.context.jwtIDstringOptional
ID of the JWT token (the jti claim). Identifies the specific token used for this request.
User context embedded in the bearer token. Present when a bearer token encodes additional user context.
filterOps.context.clientTraceIDstringOptional
Correlation ID supplied by the caller, so you can find audit events by the request ID your own systems already use. Opaque to Skyflow: recorded as sent and never interpreted. Distinct from traceID, which is Skyflow’s own internal trace. Capped at 128 characters.
filterOps.parentAccountIDstringOptional
Resources with the specified parent account ID.
filterOps.accountIDstringRequired
filterOps.workspaceIDstringOptional
Resources with the specified workspace ID.
filterOps.vaultIDstringOptional
Resources with the specified vault ID.
filterOps.resourceIDsstringOptional
Resources with a specified ID. If a resource matches at least one ID, the associated event is returned. Format is a comma-separated list of “<resourceType>/<resourceID>”. For example, “VAULT/12345, USER/67890”.