Saltar al contenido principal
GET
/
crm
/
v3
/
imports
Obtener importaciones activas
curl --request GET \
  --url https://api.hubapi.com/crm/v3/imports/ \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "mappedObjectTypeIds": [
        "<string>"
      ],
      "metadata": {
        "counters": {},
        "fileIds": [
          "<string>"
        ],
        "objectLists": [
          {
            "listId": "<string>",
            "objectType": "<string>"
          }
        ]
      },
      "optOutImport": true,
      "state": "CANCELED",
      "updatedAt": "2023-11-07T05:31:56Z",
      "importName": "<string>",
      "importRequestJson": {},
      "importSource": "API",
      "importTemplate": {
        "templateId": 123,
        "templateType": "admin_defined"
      }
    }
  ],
  "paging": {
    "next": {
      "after": "<string>",
      "link": "<string>"
    },
    "prev": {
      "before": "<string>",
      "link": "<string>"
    }
  }
}

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Gratuito
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Gratuito

Autorizaciones

Authorization
string
header
requerido

The access token received from the authorization server in the OAuth 2.0 flow.

Parámetros de consulta

after
string

El token del cursor de paginación del último recurso leído con éxito se devolverá como la propiedad JSON paging.next.after de una respuesta paginada que contenga más resultados.

before
string
limit
integer<int32>

El número máximo de resultados que se mostrarán por página.

Respuesta

successful operation

results
object[]
requerido
paging
object
Last modified on December 8, 2025