Skip to main content
GET

Authorizations

Api-Key
string
header
required

Pinecone API Key

Headers

X-Pinecone-Api-Version
string
default:2026-04
required

Required date-based version header

Path Parameters

assistant_name
string
required

The name of the assistant to list files for.

Query Parameters

filter
string<json>

Optional JSON-encoded metadata filter for files.

limit
integer

Limit on the number of files to return.

pagination_token
string

Pagination token to continue a previous listing operation.

Response

This operation returns a list of all files that you have previously uploaded, and which are associated with the given assistant name.

files
object[]

The list of files that exist in the assistant.

pagination
object

Object that contains the next pagination token to continue a previous listing operation.

Example: