List logs
GET /logs
GET
/logs
Returns all logs owned by the authenticated tenant. Response may be empty if no logs exist. Required role: any.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”List of logs
Array<object>
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
Server error