GET
/
api
/
public
/
scores
/
api
/
public
/
scores
/
{scoreId}
{
  "dataType": "<string>",
  "id": "<string>",
  "traceId": "<string>",
  "name": "<string>",
  "source": "<string>",
  "observationId": "<string>",
  "timestamp": {},
  "createdAt": {},
  "updatedAt": {},
  "authorUserId": "<string>",
  "comment": "<string>",
  "configId": "<string>",
  "queueId": "<string>",
  "value": 123
}

Response Description

Below you will see the description of the get a list score response
dataType
string
required
Type of data (e.g., NUMERIC, BOOLEAN, CATEGORICAL).
id
string
required
Unique identifier for the score.
traceId
string
required
Trace ID associated with the score.
name
string
required
Name of the score.
source
string
required
Source of the score (e.g., ANNOTATION, API, EVAL).
observationId
string
required
Observation ID associated with the score.
timestamp
date-time
required
Timestamp of the score.
createdAt
date-time
required
Creation timestamp of the score.
updatedAt
date-time
required
Last update timestamp of the score.
authorUserId
string
required
User ID of the author who created the score.
comment
string
required
Comment associated with the score.
configId
string
required
Config ID associated with the score.
queueId
string
required
Queue ID associated with the score.
value
integer
required
Value of the score.

Code Response

Exemples of Response Code
200
Request Successful Response
400
Request Failure