Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

log_id
string
required

Audit log entry ID

Response

OK

alias_used
boolean
auth_key_id
string
auth_method
string
bodies_omitted
boolean

BodiesOmitted marks a list entry whose request/response bodies (and other heavy payloads) were stripped server-side; the full entry is available from GET /admin/audit/detail. It also tells the dashboard the entry is persisted — a slim entry is never an in-flight request.

cache_type
string
client_ip
string
conversation_payload
boolean

ConversationPayload reports that the entry's (stripped) bodies were shaped like a conversation, preserving the Interactions-drawer eligibility signal the dashboard otherwise sniffs from the bodies.

data
object

Data contains flexible request/response information as JSON

duration_ns
integer

DurationNs is the request duration in nanoseconds

error_type
string
id
string

ID is a unique identifier for this log entry (UUID)

method
string
path
string
provider
string

canonical provider type used for routing and filters

provider_name
string
request_id
string

Extracted fields for efficient filtering (indexed in relational DBs)

requested_model
string

Core fields (indexed for queries)

resolved_model
string
session_id
string
status_code
integer
stream
boolean
timestamp
string

Timestamp is when the request started

usage
object
user_path
string
workflow_version_id
string
Last modified on August 1, 2026