GET
/
v2
/
autoevals
/
model_version_configs
/
{id}
/
statuses
curl --request GET \
  --url https://api.scale.com/v2/autoevals/model_version_configs/{id}/statuses \
  --header 'Authorization: Bearer <token>'
[
  {
    "jobId": "<string>",
    "status": "Pending",
    "libraryName": "<string>",
    "libraryVersion": "<string>",
    "evaluationOptions": {},
    "modelVersionConfig": "<string>",
    "modelParams": {},
    "createdAt": "2023-11-07T05:31:56Z",
    "completedAt": "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

Response

200
application/json

Successfully retrieved jobs.

The response is of type object[].