Skip to main content
GET
List distinct values for a catalog entity

Authorizations

Authorization
string
header
required

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

Path Parameters

application_id
string<uuid>
required

application id path parameter

Query Parameters

entity_type
enum<string>
required

Type of entity to list values for. Type of entity in the catalog. attribute covers user-defined and system span attributes. agent_name, span_type, and span_name correspond to top-level trace columns. score_name covers evaluator-produced scores and human/LLM/code annotation names. score_config_name covers evaluator config names.

Available options:
attribute,
agent_name,
span_type,
span_name,
score_name,
score_config_name
name
string
required

Name of the entity to list values for.

Allows you to search by any field.

limit
integer

Limit for the pagination

offset
integer

Offset for the pagination

Response

Paginated list of distinct values

Response object for paginated API responses.

api_version
enum<string>
default:3.0

API version of the response.

Available options:
2.0,
3.0
kind
enum<string>
default:PAGINATED

Type of response, indicating a paginated response.

Available options:
PAGINATED
data
object