Skip to main content
GET
/
v2
/
{entity}
/
{project}
/
scorers
/
{object_id}
/
versions
/
{digest}
{
  "object_id": "<string>",
  "digest": "<string>",
  "version_index": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "description": "<string>",
  "score_op": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

entity
string
required
project
string
required
object_id
string
required
digest
string
required

Response

Successful Response

object_id
string
required

The scorer ID

digest
string
required

The digest of the scorer

version_index
integer
required

The version index of the object

created_at
string<date-time>
required

When the scorer was created

name
string
required

The name of the scorer

score_op
string
required

The Scorer.score op reference

description
string | null

Description of the scorer