---
title: "Summarize GitOps workflow status counts"
method: GET
path: "/gitops/workflows/summary"
tags: ["gitops"]
---

# Summarize GitOps workflow status counts

`GET /gitops/workflows/summary`

Returns a count of workflows per status across all environments.
**Access policy**: authenticated

## Response `200`

OK

- WorkflowsStatusSummary
  - `error` integer
  - `healthy` integer
  - `paused` integer
  - `syncing` integer
  - `unknown` integer

## Other responses

- `500` — Server error

---

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