Skip to content

Get log

GET
/logs/{log_id}

Returns metadata for a single log.

log_id
required
string format: uuid

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

Unauthorized

Log not found

Server error