Skip to main content
Monitoring & Collection/Logging

GetTailStats

Retrieve live-tail quota usage statistics per tenant

GET/api/v1/logs/tail/stats

Operation ID

GetTailStats

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    Collection of result items

    Example: (nested array)

    • tenantId
      String

      Tenant identifier for this quota entry

      Example: tenant-xyz

    • limit
      Integer

      Maximum number of concurrent live-tail sessions allowed for the tenant

      Example: 10

    • currentCount
      Integer

      Current number of active live-tail sessions for the tenant

      Example: 3