---
title: "Get a deploy"
method: GET
path: "/deploys/{deploy_id}"
---

# Get a deploy

`GET /deploys/{deploy_id}`

Get the details for a particular deployment.

## Path parameters

- `deploy_id` integer, required

## Response `200`

200

- object
  - `deploy_id` integer
  - `site_id` integer
  - `timestamp` integer
  - `status` string
  - `tests-completed` object[]
    - `test_id` string
    - `url_id` integer
    - `region` string
    - `browser` string
  - `tests-remaining` unknown[]
    - unknown
  - `note_id` integer
  - `note` string
  - `detail` string

---

[API](https://skmtc.net/speedcurve/apis/speedcurve-api.md) · [All operations](https://skmtc.net/speedcurve/apis/speedcurve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/speedcurve/speedcurve-api/versions/bb573d4fb28a/schema)
