---
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

---

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