---
title: "Content import job result."
method: GET
path: "/v2/content/folders/{folderId}/import/{jobId}/result"
tags: ["contentManagement"]
---

# Content import job result.

`GET /v2/content/folders/{folderId}/import/{jobId}/result`

Get the complete summary of content import job for the given job identifier.

## Path parameters

- `folderId` string, required
- `jobId` string, required

## Headers

- `isAdminMode` string

## Response `200`

The result of the import job.

- ImportResult
  - `status` string — Whether or not the request is in progress (`InProgress`), has completed successfully (`Success`), or has completed with an error (`Failed`).
  - `summary` object — Summary about the import job indicating total, success and failure count.
    - `totalItems` integer — Total content items attempted in the import.
    - `successCount` integer — Number of content items successfully imported.
    - `failureCount` integer — Number of content items that failed to import.
  - `failures` ImportErrorResultItem[] — Detailed listing of failed import items.
    - `path` string — Full folder path to the failed item.
    - `type` string — The type of the content item (e.g., Folder, Search, Dashboard).
    - `error` string — Reason why the item failed to import.

## Other responses

- `default` — The operation failed with an error.

---

[API](https://skmtc.dev/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.dev/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/52fb86bd0f70/schema)
