List imports
The list_imports
operation lists all recent and ongoing import operations.
By default, list_imports
returns up to 100 imports per page. If the limit
parameter is set, list
returns up to that number of imports instead. Whenever there are additional IDs to return, the response also includes a pagination_token
that you can use to get the next batch of imports. When the response does not include a pagination_token
, there are no more imports to return.
For guidance and examples, see Import data.
This feature is in public preview and available only on Standard and Enterprise plans.
Authorizations
An API Key is required to call Pinecone APIs. Get yours from the console.
Query Parameters
Max number of operations to return per page.
Pagination token to continue a previous listing operation.
Response
The response for the list_imports
operation.
Was this page helpful?