Retrieve Audit Log Entry
Retrieves a single audit log entry by id within the specified organization. Requires audit_logs:read scope.
Response
AuditLogEntryWithActor
Unique audit log entry id (UUID)
Object type, always audit_log_entry
ISO 8601 timestamp of when the request was served
Request identifier (x-request-id header, or auto-generated UUID)
Which route family served the request
HTTP method
Full request URL with query string
URL path with query string
Resolved OpenAPI endpoint name (e.g. listPaywalls)
Authentication method used
Authentication method used
User id if authenticated via cookie/oauth
an integer
Credential label at time of request
an integer
an integer
Whether the request cleared authn + authz checks
HTTP response status code
Stage at which the request was rejected, if any
Machine-readable failure code (e.g. MissingApiKey, insufficient_scope)
Whether the endpoint mutates state (POST/PUT/PATCH/DELETE except read endpoints)
Resource type touched by the mutation (e.g. paywall, product), if known
Stringified id of the resource touched by the mutation, if known
Client IP address the request originated from
ISO-3166 country code resolved from the client IP
City resolved from the client IP, if available
Region/state resolved from the client IP, if available
IANA timezone resolved from the client IP, if available
Raw User-Agent header of the request
Identifier of the login session (OAuth sid/jti claim). Groups every entry from one session. Null for api_key and cookie auth.
Changes
No recorded changes to this endpoint across all 1 revision of this API.