documents
Query Documents
GET
/
apps
/
{app_id}
/
users
/
{user_id}
/
collections
/
{collection_id}
/
query
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
app_id
string
requireduser_id
string
requiredcollection_id
string
requiredQuery Parameters
query
string
requiredtop_k
integer
default: 5filter
string | null
Response
200 - application/json
id
string
requiredcontent
string
requiredmetadata
object
requiredcreated_at
string
requiredcollection_id
string
required