GET
/
api
/
public
/
scores
{
  "data": [
    {
      "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,
      "trace": {
        "userId": "<string>",
        "tags": [
          {
            "tag": "<string>"
          }
        ]
      }
    }
  ],
  "meta": {
    "page": 123,
    "limit": 123,
    "totalItems": 123,
    "totalPages": 123
  }
}

Response Description

Below you will see the description of the get a list score response

data
array
required

List of scores.

meta
object
required

Pagination metadata.

Code Response

Exemples of Response Code

200

Request Successful Response

400

Request Failure