Get registration by sub-tenant ID
Looks up a sub-tenant registration by its actual sub-tenant ID. Returns 404 if not registered (meaning it’s arbitrary). Accepts both public and secret keys.
Documentation Index
Fetch the complete documentation index at: https://docs.triglit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Chave de API do tenant (publishable key ou secret key)
Headers
Chave de API do tenant (publishable key ou secret key)
Path Parameters
The actual sub-tenant identifier (not the registration ID)
"production"
Response
Sub-tenant registration found
Unique registration identifier
"st_abc123def456"
Tenant identifier
"tenant_123"
The actual sub-tenant identifier used in workflows/runs/metrics
"production"
Display name for the sub-tenant
"Production Environment"
Whether this sub-tenant is registered (always true for this DTO)
true
Creation timestamp
"2024-01-15T10:30:00.000Z"
Last update timestamp
"2024-01-15T10:30:00.000Z"
Optional description
"Main production environment for customer workflows"

