{
"response": "<string>"
}
Executes a collection query by retrieving all rows from the dataset (excluding the _embedding_vec column) and building an XML context from the query results. The context is then passed to the chatbot for response generation.
Request payload:
{
"response": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.