---
title: "Retrieve a deployment log"
method: GET
path: "/deployment-manager/deployments/{migrationId}"
tags: ["Metadata Deployment"]
---

# Retrieve a deployment log

`GET /deployment-manager/deployments/{migrationId}`

Retrieve a deployment log.

## Path parameters

- `migrationId` string, required

## Headers

- `Zuora-Entity-Ids` string

## Response `200`

OK

- object
  - `id` string — ID of the migration process.
  - `name` string — Name of the migration.
  - `description` string — Description of the migration.
  - `status` string — Migration status.
  - `targetTenant` object
    - `id` string — Target tenant id.
    - `name` string — Target tenant name.
    - `environment` string — Target tenant description.
  - `deploymentDate` string — Deployment timestamp.
  - `runBy` string — Name of the user who executed the migration.
  - `succeeded` object[]
    - `component` string — Component name.
    - `subComponent` string — Subcomponent name.
    - `key` string — Key to identify a particular migration data.
  - `failed` object[]
    - `component` string — Component name.
    - `subComponent` string — Subcomponent name.
    - `key` string — Key to identify a particular migration data.
    - `errorInfo` string — Error details of the migration.
  - `skipped` object[]
    - `component` string — Component name.
    - `subComponent` string — Subcomponent name.
    - `key` string — Key to identify a particular migration data.
    - `reason` string — The rationale behind the non-migration of specific data.

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
