Authorization: Bearer ********************{
"condition": {
"children": "[]",
"field": "string",
"operator": "AND",
"options": {},
"value": null
},
"limit": "10",
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}curl --location --request POST '/tenant//model/event/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"children": "[]",
"field": "string",
"operator": "AND",
"options": {},
"value": null
},
"limit": "10",
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}'[
{
"id": "string",
"contextName": "string",
"aggregateName": "string",
"header": {
"user_agent": "string",
"remote_ip": "string",
"trace_id": "string",
"command_operator": "string",
"local_first": true,
"command_wait_endpoint": "string",
"command_wait_stage": "PROCESSED",
"property1": "string",
"property2": "string"
},
"tenantId": "string",
"aggregateId": "string",
"ownerId": "",
"commandId": "string",
"requestId": "string",
"version": 0,
"body": [
{
"id": "string",
"name": "model_created",
"revision": "0.0.1",
"bodyType": "me.ahoo.prajna.api.model.ModelCreated",
"body": {
"features": [
"ToolCall"
],
"limit": {
"context": "0",
"input": "0",
"output": "0"
},
"model": "string",
"provider": {
"apiKey": "string",
"baseUrl": "string",
"name": "string",
"type": "OpenAICompatible"
},
"kind": "Chat"
}
}
],
"createTime": 0
}
]