---
title: "List ARK backups of an Organization"
method: GET
path: "/api/v1/orgs/{orgId}/backups"
tags: ["ark-backups"]
---

# List ARK backups of an Organization

`GET /api/v1/orgs/{orgId}/backups`

List ARK backups of an Organization

## Path parameters

- `orgId` integer, required

## Response `200`

All backups listed

- BackupResponse[]
  - `id` integer
  - `uid` string
  - `name` string
  - `ttl` string
  - `labels` Labels
    - `backup-type` string
  - `options` BackupOptions
    - `includedNamespaces` string[]
    - `includedResources` string[]
    - `excludedNamespaces` string[]
    - `excludedResources` string[]
    - `snapshotVolumes` boolean
    - `includeClusterResources` boolean
  - `cloud` string
  - `distribution` string
  - `status` string
  - `startAt` string
  - `expireAt` string
  - `clusterId` integer

## Other responses

- `default` — Internal server error

---

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