---
title: "Summary"
method: GET
path: "/api/v1/deploy/summary"
tags: ["deployments"]
---

# Summary

`GET /api/v1/deploy/summary`

## Response `200`

Successful Response

- DeploymentsSummary — Lifecycle counts for the Deployments toolbar, kept off the paginated list.
  - `total` integer, required — All deployments in the organization.
  - `pending` integer, required — Deployments recorded before their first stage starts.
  - `merging` integer, required — Deployments still in the merge-and-deploy pipeline.
  - `deploying` integer, required — Deployments in the deploy writeback; briefly held.
  - `deployed` integer, required — Deployments that finished deploying.
  - `failed` integer, required — Deployments whose pipeline failed.
  - `active` integer, required — Deployments currently answering for their slug.

---

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