Skip to main content
GET
/
v1
/
repo
/
{repo_name}
Get Repo
curl --request GET \
  --url http://localhost:8080/v1/repo/{repo_name} \
  --header 'Authorization: Bearer <token>'
{
  "base_model": "Qwen/Qwen3-32B",
  "repo_name": "my-project"
}

Authorizations

Authorization
string
header
required

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

Headers

X-User-Id
string | null

User ID override via header (requires master API key)

Path Parameters

repo_name
string
required

Query Parameters

user_id
string | null

User ID override (requires master API key)

Response

Successful Response

Repository response model

repo_name
string
required

Repository name

base_model
string
required

Base model identifier