Skip to main content
GET
/
v2
/
model_version_configs
Search Model Version Configs
curl --request GET \
  --url https://api.scale.com/v2/model_version_configs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "url": "<string>",
    "params": {},
    "customerId": "<string>",
    "modelEndpoint": "<string>",
    "status": "active",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Your API Key is the Bearer token. See the Authentication section to learn how to access your key.

Query Parameters

modelEndpoint
string
required

Model Endpoint ID

Response

Successfully retrieved model version configs.

id
string

Unique identifier for the Model Version Config.

name
string

Human-readable name for the Model Version Config.

url
string

Model endpoint URL.

params
object

Configuration parameters for the model.

customerId
string

Owner of the Model Version Config.

modelEndpoint
string

ID of the parent Model Endpoint.

status
enum<string>
Available options:
active,
errored,
archived
createdAt
string<date-time>
I