List catalog entries
Paginated, searchable list of entity names for an application. Returns entity names with semantic concept mappings, data types, first/last seen timestamps, and observation counts.
Use query parameters to filter by entity type, data type, or semantic concept name. The search parameter performs a case-insensitive substring match on entity names.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
application id path parameter
Query Parameters
Filter by entity type.
Type of entity in the catalog. attribute covers user-defined and system span attributes. The other types correspond to top-level trace columns.
attribute, agent_name, span_type, span_name Data types to filter by (e.g. ?data_type=numeric,string).
Data type of the entity value. numeric for float/integer values, string for categorical values, content for long-form text (LLM inputs/outputs).
numeric, string, content Semantic concept names to filter by (e.g. ?semantic_name=input_tokens,output_tokens). Use UNKNOWN for unmapped attributes.
Allows you to search by any field.
Limit for the pagination
Offset for the pagination
Response
Paginated list of catalog entries