Skip to main content
GET
Retrieve an evaluator version

Authorizations

Authorization
string
header
required

Access token issued by WorkOS AuthKit.

Path Parameters

evaluator_version_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
test_version_id
string<uuid>
required
version
integer
required
status
enum<string>
required
Available options:
pending,
running,
ready,
error
twins
string[]
required
created_at
string<date-time>
required
rules
Rule · object[] | null

The frozen matchers, once the bundle is ready.

error_message
string | null