Skip to main content
GET
List model color preferences

Authorizations

Authorization
string
header
required

A personal or service-account W&B API key.

Headers

Wandb-Entity
string

Accessible personal or team entity. Omit to use the API key's default entity.

Path Parameters

alias
string
required
Pattern: ^[a-z0-9-]{1,64}$

Response

Model-to-color-slot assignments.

model_ref
string
required
Pattern: ^[a-z0-9][a-z0-9_-]{0,63}/\S+$
Example:

"openai/gpt-5.6-sol"

color_slot
integer
required
Required range: 1 <= x <= 6
Last modified on August 25, 2026