cURL
curl --request GET \ --url https://api.intelligence.io.solutions/api/r2r/v3/indices/{table_name}/{index_name} \ --header 'Authorization: Bearer <token>'
{ "results": { "index": { "key": "value" } } }
Get detailed information about a specific vector index.
The access token received from the authorization server in the OAuth 2.0 flow.
Name of the table where the index resides
Name of the specific index
200
Show child attributes
"value"
Was this page helpful?