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

# Content export job result.

`GET /v2/content/{contentId}/export/{jobId}/result`

Get results from content export job for the given job identifier. The results from this export are incompatible with the Library import feature in the Sumo user interface.

## Path parameters

- `contentId` string, required
- `jobId` string, required

## Headers

- `isAdminMode` string

## Response `200`

The result of export job.

- ContentSyncDefinition
  - `type` string, required — The content item type. **Note:** - `MewboardSyncDefinition` _is depreciated, and will soon be removed. Please use_ `DashboardV2SyncDefinition` _instead_. - Dashboard links are not supported for dashboards.
  - `name` string, required — The name of the item.

## Other responses

- `default` — Operation failed with an error.

---

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