---
title: "Migrate Legacy Dashboards to Dashboards(New)"
method: POST
path: "/v2/dashboards/migrate"
tags: ["dashboardManagement"]
---

# Migrate Legacy Dashboards to Dashboards(New)

`POST /v2/dashboards/migrate`

Schedule an asynchronous job to migrate a list of legacy Dashboards to Dashboard(New). Once migration is finished, the migrated dashboards will be in the same folder as the corresponding legacy Dashboard.
Note: This feature is in beta and may not support all existing features of legacy dashboards.

## Request body

- DashboardMigrationRequest
  - `contentIds` string[], required — Content identifiers of the Legacy dashboards.

## Response `200`

Async job identifier to get the status and result of the dashboard migration job.

- BeginAsyncJobResponseV2
  - `jobId` string, required — Identifier of the asynchronous job. Use it to get status of the job.

## 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)
