---
title: "Une liste de status"
method: GET
path: "/status"
---

# Une liste de status

`GET /status`

Permet de récupérer la liste des status pour le service

## Response `200`

Une liste de status

- Status
  - `namespace` string
  - `state` 'STARTED' | 'STOPPED' | 'IN_PROGRESS'
  - `workloads` Workload[]
    - `id` string
    - `current` number
    - `target` number
    - `isDailycleaned` boolean
    - `containers` Container[]
      - `name` string
      - `image` string
      - `resource_limits` Resource[]
        - `name` string
        - `amount` integer
        - `raw_amount` string
        - `format` string
      - `resource_requests` Resource[]
        - `name` string
        - `amount` integer
        - `raw_amount` string
        - `format` string
      - `ports` Port[]
        - `port` integer
        - `protocol` string
    - `labels` object
    - `annotations` object
    - `type` 'DEPLOYMENT' | 'STATEFULSET'

## Other responses

- `404` — Aucun status trouvé

## Changes

- **2026-07-17** `5b091ac8119d` — 1 warning, 1 info
  - removed the optional property `deployments` from the response with the `200` status
  - added the optional property `workloads` to the response with the `200` status
- **2023-07-03** `577243432d9e` — 1 info
  - added the optional property `deployments/items/annotations` to the response with the `200` status
- **2023-07-02** `aae11cebaedc` — 1 info
  - added the optional property `deployments/items/labels` to the response with the `200` status
- **2021-12-15** `ff5e0d61bfad` — 1 warning, 1 info
  - removed the optional property `workloads` from the response with the `200` status
  - added the optional property `deployments` to the response with the `200` status

[Change history](https://skmtc.dev/axafrance/apis/dailyclean-api/changes/status/get.md)

---

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