---
title: "GET /site/deploy/{siteOrg}/{siteName}"
method: GET
path: "/site/deploy/{siteOrg}/{siteName}"
tags: ["Site"]
---

# GET /site/deploy/{siteOrg}/{siteName}

`GET /site/deploy/{siteOrg}/{siteName}`

Get all deploys

## Path parameters

- `siteOrg` string, required
- `siteName` string, required

## Query parameters

- `deployId` string

## Response `200`

Returns json with deploy data

- object[]
  - `Id` string
  - `deployGroupId` string
  - `name` string
  - `status` string
  - `hash` string
  - `type` string
  - `url` string
  - `userName` string
  - `createdAt` string, date-time

## Other responses

- `403` — Forbidden
- `500` — Server error

## Changes

- **2023-06-13** `c9159f20c562` — 1 info
  - endpoint added
- **2023-06-09** `b7c6ba235941` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bohr-io/apis/bohr-io-api/changes/site/deploy/:siteOrg/:siteName/get.md)

---

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