Skip to main content
The reference values used to configure dashboards, filters, and other API calls.

Get project

Output:
Input params: none.

Get tags

Get the {key: list[string]} facets of every tag dimension seen on the project. It concerns both run tags (the metadata you attach to your LLM calls) and customer tags.
Output:
Input params:
boolean
default:"true"
Include run-tag facets. When false, run_tags is an empty object.
boolean
default:"true"
Include customer-tag facets. When false, customer_tags is an empty object.

Get models

Output:
Input params: none.

Get providers

Output:
Input params: none.

Get customers

Get every known customer of the project, with its customer tags.
Output:
Input params:
boolean
default:"true"
Include each customer’s tags. When false, customer_tags is an empty object.
integer
default:"100"
Numbers of customers to fetch. Max 1000.
string
The route is paginated: pass the previous page’s next_cursor to fetch the next page. PS: has_more from the output says whether another page exists.

Get features

Output:
Input params: none.