GET
/
v2
/
model_version_configs
/
{id}
curl --request GET \
  --url https://api.scale.com/v2/model_version_configs/{id} \
  --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.

Path Parameters

id
string
required

Model Version Config ID

Response

200
application/json

Successfully retrieved model version config details.

The response is of type object.