Get an operational log.
GET
/api/admin/operational-logs/{id}
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/operational-logs/example \ --header 'Authorization: Bearer <token>'Returns one operational log entry and sensitive details when allowed by direct permission or an elevation grant. The read is audited when details are returned.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”Operational log detail response.
Media type application/json
object
id
required
string
tenant_id
required
string
subject_type
required
string
subject_id
required
string
actor_id
required
string
action
required
string
reason_detail
required
string
encryption_key_version
required
integer
detail_object_catalog_id
string | null
request_id
string
created_at
required
integer format: int64
expires_at
required
integer format: int64
key
additional properties
Example generated
{ "id": "example", "tenant_id": "example", "subject_type": "example", "subject_id": "example", "actor_id": "example", "action": "example", "reason_detail": "example", "encryption_key_version": 1, "detail_object_catalog_id": "example", "request_id": "example", "created_at": 1, "expires_at": 1}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}