cURL
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 } } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "continueCursor": "<string>", "isDone": true, "page": [ { "_creationTime": 123, "_id": "<string>", "config": {}, "createdAt": 123, "indexName": "<string>", "provider": "<string>", "status": "active", "updatedAt": 123 } ] } }
Calls a query at the path embeddings/index.js:getVectorIndexMeta
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error