Validator
Claim evaluation work
FIFO claim of next available evaluation work item.
POST
/v1/validator/work/claimRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://loading/v1/validator/work/claim" \ -H "Content-Type: application/json" \ -d '{}'{
"eval_run_id": "8022d801-acb6-4836-b536-3cd4138b6ae0",
"agent_version_id": "1c2a713c-7248-4a56-a9eb-0bdcb3a41741",
"suite_id": 0,
"lease_expires_at": "2019-08-24T14:15:22Z",
"code_download_url": "string",
"chutes_access_token": "string"
}Empty
{
"detail": "string",
"error_code": "AT_CAPACITY"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}