GET /bulk/imports

List 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.

Servers

Request headers

Name Type Required Description
X-Pinecone-Api-Version String Yes

Required date-based version header

Default value: "2025-10"

Query parameters

Name Type Required Description
limit Integer No

Max number of operations to return per page.

Default value: 100

paginationToken String No

Pagination token to continue a previous listing operation.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.