cURL
curl --request GET \ --url https://dashboard.laburen.com/api/datastores/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "type": "qdrant", "visibility": "public" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the datastore
Success
The response is of type object.
object
Was this page helpful?