curl --location --request POST 'https://api.thinkeo.io/v1/apps/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"pageSize": 48,
"filter": {
"hasWizard": null,
"isWritable": false,
"sortBy": {
"key": "id",
"order": "asc"
},
"status": "active"
}
}'
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"blockId": "fcde1d7c-c9cf-4365-8b6f-51bb6a8bc460",
"aiConfig": {
"model": null,
"systemPrompt": null,
"topP": null,
"temperature": null,
"presencePenalty": null,
"frequencyPenalty": null,
"maxTokensOutput": null,
"reason": null,
"responseFormat": {
"json": {
"name": "string",
"schema": {}
}
},
"fileAttribute": null
},
"teamReadable": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"archivedAt": "2019-08-24T14:15:22Z"
}
]