Unispec Docs
ApiVector database

List indexes

GET
/v1/indexes

Authorization

TokenAuth
Authorization<token>

Project API key as Token lb-sk_...

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/indexes"
{  "indexes": [    {      "name": "string",      "dimension": 0,      "metric": "string",      "embed_model": "string",      "managed": true,      "created_at": "2019-08-24T14:15:22Z"    }  ]}