Skip to content

Get log

GET
/logs/{log_id}

Returns metadata for a single log. Required role: any.

log_id
required
string

Log ID (UUID)

Log found

Log metadata returned by the service.

object
log_id
required

Log ID (UUID).

string
log_name
required

Log name. Unique within the tenant and immutable after creation.

string
tenant_id
required

Tenant identifier. Matches the authenticated tenant.

string

Unauthorized

Log not found

Server error