---
title: "Get dashboard migration result."
method: GET
path: "/v2/dashboards/migrate/{jobId}/result"
tags: ["dashboardManagement"]
---

# Get dashboard migration result.

`GET /v2/dashboards/migrate/{jobId}/result`

Get the result of an asynchronous Dashboard Migration request for the given job identifier.

## Path parameters

- `jobId` string, required

## Response `200`

Dashboard migration job result.

- DashboardMigrationResult
  - `data` object, required — A mapping of Legacy Dashboard Content Ids to migrated Dashboard(New) Content Ids. Only successful migration are shown here, see errors field for failed migrations and the failure reason.
  - `richData` object — A mapping of Legacy Dashboard Content Ids to migrated Dashboard(New) info. Only successful migration are shown here, see errors field for failed migrations and the failure reason.
  - `status` DashboardMigrationStatus, required
    - `successCount` integer, required — A successful migration to Dashboard(New).
    - `failedCount` integer, required — A failed migration to Dashboard(New).
    - `totalCount` integer, required — The total number of Legacy Dashboards to migrate.
  - `errors` object — A mapping of Legacy Dashboards Content Identifiers that failed validation to the failure reason(s).
  - `warnings` object — A mapping of Legacy Dashboards Content Identifiers to warnings.

## Other responses

- `default` — The 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/versions/18a824df1e78/schema)
