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>
Filtra datasources pelo status. Opcional.
Available options:
unsynched
, pending
, running
, synched
, error
, usage_limit_reached
type
enum<string>
Filtra datasources pelo tipo. Opcional.
Available options:
file
, web_page
, web_site
, qa
offset
integer
default: 0Número de páginas a pular para paginação das datasources. Opcional.
limit
integer
default: 100Número máximo de datasources a serem retornadas por página. Opcional.
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?