Skip to content

List logs

GET
/logs

Returns all logs owned by the authenticated tenant. Response may be empty if no logs exist.

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
Example
{
"log_id": "550e8400-e29b-41d4-a716-446655440000",
"log_name": "order-events",
"tenant_id": "7c3e9f01-d47a-4e2b-b60a-8f9a3c5d7e12"
}

Unauthorized

Server error