---
title: "List Docker cleanup executions"
method: GET
path: "/servers/{uuid}/docker-cleanup/executions"
tags: ["Servers"]
---

# List Docker cleanup executions

`GET /servers/{uuid}/docker-cleanup/executions`

List recent Docker cleanup execution logs for a server owned by the authenticated team.

## Path parameters

- `uuid` string, required

## Response `200`

Recent Docker cleanup executions.

- object[]
  - `uuid` string
  - `status` string
  - `message` string, nullable
  - `finished_at` string, nullable
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
