Endpoints
Datastore - Get
GET
/
datastores
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredID of the Agent
Body
application/json · object
The body is of type object
.
Response
200 - application/json
id
string
name
string
description
string
type
enum<string>
Available options:
qdrant
visibility
enum<string>
Available options:
public
, private
Was this page helpful?