Authorization: Bearer ********************{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}curl --location --request POST '/tenant//http_plugin/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": [
{
"description": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"id": "string",
"name": "string",
"security": {
"type": "None"
},
"serverUrl": "string",
"tools": [
{
"connectTimeout": "5000",
"description": "string",
"inputParameters": [
{
"argumentMode": {
"type": "Llm"
},
"default": null,
"description": "string",
"enum": [
"string"
],
"format": "string",
"item": {},
"name": "string",
"parameterIn": "Header",
"properties": [
{}
],
"required": true,
"type": "String"
}
],
"lastModifiedAt": 1,
"method": "GET",
"name": "string",
"outputParameters": [
{
"default": null,
"description": "string",
"enum": [
"string"
],
"format": "string",
"item": {},
"name": "string",
"parameterIn": "Header",
"properties": [
{}
],
"required": true,
"type": "String"
}
],
"passed": true,
"path": "string",
"readTimeout": "30000",
"returnDirect": true
}
]
}
],
"total": 0
}