---
title: "GET /deploys/{deploy_id}"
method: GET
path: "/deploys/{deploy_id}"
tags: ["deploy"]
---

# GET /deploys/{deploy_id}

`GET /deploys/{deploy_id}`

## Path parameters

- `deploy_id` string, required

## Response `200`

OK

- Deploy
  - `id` string
  - `site_id` string
  - `user_id` string
  - `build_id` string
  - `state` string
  - `name` string
  - `url` string
  - `ssl_url` string
  - `admin_url` string
  - `deploy_url` string
  - `deploy_ssl_url` string
  - `screenshot_url` string
  - `review_id` number
  - `draft` boolean
  - `required` string[]
  - `required_functions` string[]
  - `required_edge_functions` string[] — An array of code_shas for the edge-function bundles that need to be uploaded to complete the deploy.
  - `error_message` string
  - `branch` string
  - `commit_ref` string
  - `commit_url` string
  - `skipped` boolean
  - `created_at` string, dateTime
  - `updated_at` string, dateTime
  - `published_at` string, dateTime
  - `title` string
  - `context` string
  - `locked` boolean
  - `review_url` string
  - `framework` string
  - `skew_protection_token` string
  - `function_schedules` FunctionSchedule[]
    - `name` string
    - `cron` string
  - `functions_region` string — The functions region for this deploy as an airport code.
  - `functions_region_overrides` object[] — Functions in the deploy that explicitly specify their own region (airport code).
    - `name` string
    - `region` string

## Other responses

- `default` — error

---

[API](https://skmtc.net/netlify/apis/netlify-s-api-documentation.md) · [All operations](https://skmtc.net/netlify/apis/netlify-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netlify/netlify-s-api-documentation/revisions/71540d1b5d9d/schema)
