---
title: "Find Deployment Errors"
method: GET
path: "/deployments/{deploymentId}/errors"
tags: ["deployments"]
---

# Find Deployment Errors

`GET /deployments/{deploymentId}/errors`

Retrieves a list of errors that occurred during a specific deployment. Useful for diagnosing and debugging deployment issues.

## Path parameters

- `deploymentId` string, required

## Response `200`

Success

- object
  - `fullErrorText` string
  - `errorType` string
  - `formattedError` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `413` — Payload Too Large
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2026-02-23** `8b21bf5afcfa` — 1 warning
  - removed the optional property `error` from the response with the `200` status
- **2025-08-24** `3521652a43a7` — 1 info
  - added the optional property `error` to the response with the `200` status

[Change history](https://skmtc.dev/vercel/apis/v0-platform-api-beta/changes/deployments/:deploymentId/errors/get.md)

---

[API](https://skmtc.dev/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.dev/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/revisions/b73ab7a6f317/schema)
