---
title: "GET /crm/imports/2026-03"
method: GET
path: "/crm/imports/2026-03"
tags: ["Basic"]
---

# GET /crm/imports/2026-03

`GET /crm/imports/2026-03`

## Query parameters

- `after` string
- `limit` integer

## Response `200`

successful operation

- CrmImportsCollectionResponsePublicImportResponseForwardPaging
  - `paging` ForwardPaging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A paging cursor token for retrieving subsequent pages.
      - `link` string — A URL that can be used to retrieve the next page results.
  - `results` CrmImportsPublicImportResponse[], required
    - `createdAt` string, date-time, required — The timestamp when the object was created, in ISO 8601 format.
    - `id` string, required — The unique identifier for this import.
    - `importName` string — The user-provided name for this import.
    - `importRequestJson` object — The complete import request configuration as a JSON object.
    - `importSource` 'API' | 'CRM_UI' | 'IMPORT' | 'MOBILE_ANDROID' | 'MOBILE_IOS' | 'SALESFORCE' — Indicates where/how the import was initiated.
    - `importTemplate` CrmImportsImportTemplate
      - `templateId` integer, required — The unique identifier for the specific saved template or previous import being referenced.
      - `templateType` 'admin_defined' | 'previous_import' | 'user_file', required — The classification of what type of template this represents, and what is its origin or purpose.
    - `mappedObjectTypeIds` string[], required
    - `metadata` CrmImportsPublicImportMetadata, required
      - `counters` object, required — Summarized outcomes of each row a developer attempted to import into HubSpot.
      - `fileIds` string[], required — The IDs of files uploaded in the File Manager API.
      - `objectLists` CrmImportsPublicObjectListRecord[], required — The lists containing the imported objects.
        - `listId` string, required — The ID of the list containing the imported objects.
        - `objectType` string, required — The type of object contained in the list.
    - `optOutImport` boolean, required — Whether or not the import is a list of people disqualified from receiving emails.
    - `state` 'CANCELED' | 'DEFERRED' | 'DONE' | 'FAILED' | 'PROCESSING' | 'REVERTED' | 'STARTED', required — The status of the import.
    - `updatedAt` string, date-time, required — The timestamp when the import record was last updated, formatted as an ISO 8601 instant.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
