curl --location --request POST 'https://api.thinkeo.io/v1/blocks/query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"pageSize": 48,
"filter": {
"ids": [],
"teamIds": [],
"kind": "ai",
"search": "",
"formula": "yes",
"sortBy": {
"key": "id",
"order": "asc"
},
"updatedAfter": null,
"createdAfter": null
},
"query": {
"data": false,
"children": false,
"assignments": false
}
}'
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"kind": "ai",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"data": {
"kind": "ai",
"model": null,
"systemPrompt": null,
"topP": null,
"temperature": null,
"presencePenalty": null,
"frequencyPenalty": null,
"maxTokensOutput": null,
"reason": null,
"responseFormat": {
"json": {
"name": "string",
"schema": {}
}
},
"fileAttribute": null
},
"children": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"assignments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"attributeId": "4373db18-af63-40d4-ad40-80a2c734bfcf",
"value": "string"
}
],
"attributes": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
]