GetTrafficSettings
GET/v1/customers/:customer_id/projects/:project_id/aikeys:traffic
GetTrafficSettings returns the BYOK traffic pool for one provider in a project: every key the caller's own inference traffic can be served by, with its stored traffic_weight / traffic_order / traffic_preference.
The pool is the UNION the route generator actually builds for the caller (materializedBYOKKeys): the caller's legacy per-user keys plus the project's effective keys for the provider (the caller's own user-scoped keys when they have any, otherwise the project-level keys). Revoked rows are excluded -- they have no dataplane backend, so they must neither absorb a share of a split nor appear in a failover ladder.
Scope: account-tier; membership is enforced in-handler.
Request
Responses
- 200
Success