Context snippets
Retrieve context from an assistant
The context_assistant
endpoint allows you to retrieve context from an assistant that might be used as part of RAG or any agentic flow.
POST
/
assistant
/
chat
/
{assistant_name}
/
context
This feature is in public preview.
Authorizations
Pinecone API Key
Path Parameters
The name of the assistant to be described.
Body
application/json
Parameters to retrieve context from an assistant.
The query that is used to generate the context.
Optionally filter which documents can be used in this query.
Was this page helpful?