curl --request POST \
--url https://connvo-dev.convex.cloud/api/run/embeddings/index/getVectorIndexMeta \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"paginationOpts": {
"cursor": "<string>",
"numItems": 123,
"endCursor": "<string>",
"id": 123,
"maximumBytesRead": 123,
"maximumRowsRead": 123
}
}
}
'