GET
/
v2
/
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

200
application/json

Successfully retrieved model version configs.

The response is of type object[].