---
title: "/api/deployments"
method: GET
path: "/api/deployments"
---

# /api/deployments

`GET /api/deployments`

## Response `200`

Successful response

- object
  - `data` object[], required
    - `id` integer, required
    - `uuid` string, uuid, required
    - `commit_hash` string
    - `commit_message` string
    - `branch` string
    - `status` string
    - `environment` string
    - `duration` number
    - `author` string
    - `url` string
    - `error_log` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `422` — Validation failed
- `500` — Server error

---

[API](https://skmtc.net/stacksjs/apis/stacks-api.md) · [All operations](https://skmtc.net/stacksjs/apis/stacks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stacksjs/stacks-api/revisions/57aeb5fbc48c/schema)
