Skip to main content
GET

Authorizations

Api-Key
string
header
required

An API Key is required to call Pinecone APIs. Get yours from the console.

Query Parameters

prefix
string

The vector IDs to fetch. Does not accept values containing spaces.

limit
integer<int64>
default:100

Max number of IDs to return per page.

paginationToken
string

Pagination token to continue a previous listing operation.

namespace
string

Response

A successful response.

The response for the List operation.

vectors
A list of ids · object[]
Example:
pagination
object
namespace
string

The namespace of the vectors.

Example:

"example-namespace"

usage
object