Get project
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.
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
Get providers
Get customers
Get every known customer of the project, with its customer tags.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.