POST
/
datastores
/
{id}
/
query

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the datastore

Body

application/json
query
string
required

Query to ask your agent.

filters
object
topK
number

The maximum number of results to retrieve.

Response

200 - application/json
datasource_id
string

ID of the datasource the document fragment belongs to.

datasource_name
string

Name of the datasource the document fragment belongs to.

score
number

Similarity score of the document fragment.

source
string

Source url of the document fragment.

text
string

Text of the document fragment.