---
title: "Get app deployments"
method: GET
path: "/apps/{app_id}/deploys"
tags: ["Apps"]
---

# Get app deployments

`GET /apps/{app_id}/deploys`

## Path parameters

- `app_id` string, uuid, required

## Response `200`

List of deployments

- Deploy[]
  - `id` string, uuid
  - `app_id` string, uuid
  - `created_at` string, date-time
  - `error` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/shardcloud/apis/cloud-website-api.md) · [All operations](https://skmtc.dev/shardcloud/apis/cloud-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shardcloud/cloud-website-api/revisions/7fe2fc6c24d7/schema)
