{
"data": [
{
"id": "<string>",
"modelName": "<string>",
"matchPattern": "<string>",
"startDate": "<string>",
"unit": "<string>",
"inputPrice": 123,
"outputPrice": 123,
"totalPrice": 123,
"tokenizerId": "<string>",
"tokenizerConfig": {},
"isLangfuseManaged": true
}
],
"meta": {
"page": 123,
"limit": 123,
"totalItems": 123,
"totalPages": 123
}
}
Endpoint to Get all models on toolzz analytics
{
"data": [
{
"id": "<string>",
"modelName": "<string>",
"matchPattern": "<string>",
"startDate": "<string>",
"unit": "<string>",
"inputPrice": 123,
"outputPrice": 123,
"totalPrice": 123,
"tokenizerId": "<string>",
"tokenizerConfig": {},
"isLangfuseManaged": true
}
],
"meta": {
"page": 123,
"limit": 123,
"totalItems": 123,
"totalPages": 123
}
}
Show Request
Show Properties
200
Successful Response Code400
Error Response Code