Get log
GET /logs/{log_id}
GET
/logs/{log_id}
Returns metadata for a single log. Required role: any.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” log_id
required
string
Log ID (UUID)
Responses
Section titled “ Responses ”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