Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Policy detail

id
string<uuid>
name
string
description
string
allowed_models
string[]
max_requests_per_minute
integer | null

Rate limit (requests per minute). NULL means unlimited.

max_tokens_per_day
integer | null

Daily token budget. NULL means unlimited.

model_aliases
object | null

Alias map (alias name → real model name). Single-pass resolution.

created_at
string<date-time>
updated_at
string<date-time>
updated_by
string | null
created_by
string | null

Owner (user sub). NULL for platform policies.