Skip to main content
GET
/
api
/
vector-db
/
tables
Get all tables in the vector database
curl --request GET \
  --url https://api.example.com/api/vector-db/tables \
  --header 'Authorization: Bearer <token>'
[
  "<unknown>"
]

Authorizations

Authorization
string
header
required

Enter your API key here

Response

Tables retrieved successfully