Authorization: Bearer ********************{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}curl --location --request POST '/tenant//model/snapshot/paged/state' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}'{
"list": [
{
"features": [
"ToolCall"
],
"id": "string",
"limit": {
"context": "0",
"input": "0",
"output": "0"
},
"model": "string",
"provider": {
"apiKey": "string",
"baseUrl": "string",
"name": "string",
"type": "OpenAICompatible"
},
"kind": "Chat"
}
],
"total": 0
}