API Key Model Access
Get API Key Model Access Policy
GET
Retrieve the current model access policy of a single API key. If the key has never been configured, the default policy (
mode=all_enabled) is returned.
allowedModels / excludedModels may be returned as null or an empty array; callers should treat both as an empty array.Permissions
The target API key must belong to the caller’s team.
Request Headers
string
必須
Bearer authentication format, for example: Bearer {{API Key}}.
Path Parameters
string
必須
The stringId of the target API key.
Response Parameters
string
必須
The stringId of the API key.
object
必須
The model access policy object.
string
必須
Policy status.
active means the policy is effective; no_available_models means no accessible model remains (for example, all selected models are offline).int32
必須
Number of accessible models.
int32
必須
Number of excluded models.
int64
必須
Last update time, as a Unix timestamp in seconds.
0 for the default policy.string
必須
Identifier of the user who last updated the policy. Empty string for the default policy.
最終更新日 2026年8月10日