Datastores & Datasources
Get Datastore
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 datastore to be retrieved.
Query Parameters
search
string
Term to search for datasources by name (case-insensitive). Optional.
status
enum<string>
Filters datasources by status. Optional.
Available options: 
unsynched, pending, running, synched, error, usage_limit_reached type
enum<string>
Filters datasources by type. Optional.
Available options: 
file, web_page, web_site, qa offset
integer
default: 0Number of pages to skip for datasource pagination. Optional.
limit
integer
default: 100Maximum number of datasources to return per page. Optional.
groupId
string
Filtra datasources por um ID de grupo específico. Opcional.
Body
application/json · object
The body is of type object.
Response
200 - application/json
id
string
name
string
description
string | null
type
enum<string>
Available options: 
qdrant isPublic
boolean
pluginName
string | null
pluginDescriptionForHumans
string | null
Was this page helpful?

