Files
List Files
The list_files
endpoint returns a list of all files in an assistant, with an option to filter files with metadata.
GET
/
assistant
/
files
/
{assistant_name}
Authorizations
Api-Key
string
headerrequiredPinecone API Key
Path Parameters
assistant_name
string
requiredThe name of the assistant to be described.
Query Parameters
filter
string
Optional JSON-encoded metadata filter for files.
Response
200 - application/json
The list of files that exist in the assistant
files
object[]
Was this page helpful?