---
title: "List backup executions"
method: GET
path: "/databases/{uuid}/backups/{scheduled_backup_uuid}/executions"
tags: ["Databases"]
---

# List backup executions

`GET /databases/{uuid}/backups/{scheduled_backup_uuid}/executions`

Get all executions for a specific backup configuration.

## Path parameters

- `uuid` string, required
- `scheduled_backup_uuid` string, required

## Response `200`

List of backup executions

- object
  - `executions` object[]
    - `uuid` string
    - `filename` string
    - `size` integer
    - `created_at` string
    - `message` string
    - `status` string

## Other responses

- `404` — Backup configuration 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/versions/08be5dc8e729/schema)
