GET
/
v1
/
evaluation-labels
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "account_id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "value_type": "binary",
      "categories": [
        "<string>"
      ],
      "min_value": 123,
      "max_value": 123,
      "created_by": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "count": 123,
  "page": 123,
  "page_size": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

value_type
enum<string>

Filter by value type

Available options:
binary,
continuous,
categorical,
ordinal

Response

200
application/json

Successfully retrieved evaluation labels

The response is of type object.