{
"object": "vector_store.search_results.page",
"search_query": [
"string"
],
"data": [
{
"file_id": "string",
"filename": "string",
"score": 0,
"attributes": {
"property1": "string",
"property2": "string"
},
"content": [
{
"type": "text",
"text": "string"
}
]
}
],
"has_more": true,
"next_page": "string"
}