List tenant logging overrides
GET
/api/admin/settings/logging/tenants
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/settings/logging/tenants \ --header 'Authorization: Bearer <token>'Lists all tenant-specific log level overrides stored in AUTHRIM_CONFIG KV.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Tenant logging overrides.
Media type application/json
object
overrides
Array<object>
object
tenant_id
string
level
string
key
additional properties
count
integer
note
string
error
string
key
additional properties
Example
{ "overrides": [ { "tenant_id": "tenant_123", "level": "debug" } ], "count": 1}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}