---
title: "List Running Jobs for a Backup Target"
method: GET
path: "/cluster/backups/targets/{id}/running-jobs"
tags: ["Cluster Backups"]
---

# List Running Jobs for a Backup Target

`GET /cluster/backups/targets/{id}/running-jobs`

List IDs of jobs currently running against a backup target

## Path parameters

- `id` integer, required

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayUint
  - `data` integer[]
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Backup Target Not Found
- `500` — Internal Server Error
- `503` — Cluster consensus unavailable

## Changes

- **2026-08-12** `9a5026bf9057` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/alchemillahq/apis/sylve-api/changes/cluster/backups/targets/:id/running-jobs/get.md)

---

[API](https://skmtc.dev/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.dev/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc.dev/alchemillahq/apis/sylve-api/revisions/85f3f607253e?raw)
