v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-22216424765.0 KB
gateway.openapi_Gateway

Get Evaluator

Retrieves an evaluator by name. Use this to monitor build progress after creation (step 6 in the Create Evaluator workflow).

Possible states:

  • BUILDING - Environment is being prepared
  • ACTIVE - Evaluator is ready to use
  • BUILD_FAILED - Check build logs via Get Evaluator Build Log Endpoint
get/v1/accounts/{account_id}/evaluators/{evaluator_id}

Path parameters

account_idstring required

The Account Id

evaluator_idstring required

The Evaluator Id

Query parameters

readMaskstring

The fields to be returned in the response. If empty or "*", all fields will be returned.

Response

A successful response.

namestring
displayNamestring
descriptionstring
createTimestring date-time
createdBystring
updateTimestring date-time
state'STATE_UNSPECIFIED' | 'ACTIVE' | 'BUILDING' | 'BUILD_FAILED'
requirementsstring
entryPointstring
commitHashstring
defaultDatasetstring