---
title: "Retrieves the status of a content import jobs"
method: GET
path: "/api/v1/content/_import"
tags: ["Content Import"]
---

# Retrieves the status of a content import jobs

`GET /api/v1/content/_import`

Fetches the current status of all content import jobs.

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

Successfully retrieved content import jobs status

- ResponseEntityJobPaginatedResultView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` JobPaginatedResult
    - `jobs` Job[]
      - `id` string
      - `queueName` string
      - `state` 'PENDING' | 'RUNNING' | 'SUCCESS' | 'FAILED' | 'FAILED_PERMANENTLY' | 'ABANDONED' | 'ABANDONED_PERMANENTLY' | 'CANCEL_REQUESTED' | 'CANCELLING' | 'CANCELED'
      - `executionNode` string
      - `createdAt` string, date-time
      - `startedAt` string, date-time
      - `updatedAt` string, date-time
      - `completedAt` string, date-time
      - `result` JobResult
        - `errorDetail` ErrorDetail
          - `message` string
          - `exceptionClass` string
          - `stackTrace` string
          - `timestamp` string, date-time
          - `processingStage` string
        - `metadata` object
      - `parameters` object
        - `empty` boolean
      - `retryCount` integer
      - `progress` number, float
    - `total` integer
    - `page` integer
    - `pageSize` integer
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `401` — Invalid user authentication
- `403` — Forbidden due to insufficient permissions
- `500` — Internal server error

---

[API](https://skmtc.dev/anzworldline-solutions/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/anzworldline-solutions/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anzworldline-solutions/dotcms-rest-api/revisions/0f38cbc3bd36/schema)
