Authorization: Bearer ********************{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"limit": "10",
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}curl --location --request POST '/tenant//model/snapshot/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"limit": "10",
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}'[
{
"aggregateId": "string",
"aggregateName": "string",
"contextName": "string",
"deleted": true,
"eventId": "string",
"eventTime": 0,
"firstEventTime": 0,
"firstOperator": "string",
"operator": "string",
"ownerId": "string",
"snapshotTime": 0,
"state": {
"features": [
"ToolCall"
],
"id": "string",
"limit": {
"context": "0",
"input": "0",
"output": "0"
},
"model": "string",
"provider": {
"apiKey": "string",
"baseUrl": "string",
"name": "string",
"type": "OpenAICompatible"
},
"kind": "Chat"
},
"tenantId": "string",
"version": 0
}
]