Skip to main content
GET
Check project setup availability

Authorizations

Authorization
string
header
required

A W&B API key.

Headers

Wandb-Entity
string

Accessible personal or team entity. Omit to use the authenticated user's default entity.

Query Parameters

alias
string
required

Proxy model alias to check.

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

W&B project to check.

Minimum string length: 1
mode
enum<string>
required

Whether to create or import the W&B project.

Available options:
create,
import

Response

Whether the requested project setup is available.

available
any
required
Last modified on September 16, 2026