---
title: "Get All Backup Policies"
method: GET
path: "/organizations/{organization_id}/policies"
tags: ["BackupPolicies"]
---

# Get All Backup Policies

`GET /organizations/{organization_id}/policies`

Return policies by organization

## Path parameters

- `organization_id` string, required

## Query parameters

- `pageSize` integer, required
- `offset` integer, required

## Response `200`

200 response

- GetOrganizationsPoliciesResponse
  - `hits` object
    - `created_at` string, date-time
    - `created_by` string
    - `deleted_at` string
    - `description` string
    - `fls_index_freq` string
    - `id` integer
    - `inherit_tags` boolean
    - `is_active` boolean
    - `is_fls_indexed` boolean
    - `name` string
    - `organization_id` string
    - `retention` object
      - `backups_count` string
      - `policy_id` integer
      - `tiered_amount` integer
      - `tiered_monthly_amount` integer
      - `tiered_monthly_enabled` boolean
      - `tiered_unit` string
      - `tiered_weekly_amount` integer
      - `tiered_weekly_enabled` boolean
      - `tiered_yearly_amount` integer
      - `tiered_yearly_enabled` boolean
      - `type` string
    - `schedule_cron` string
    - `stats` object
      - `resource_count` integer
    - `timezone_location` string
    - `updated_at` string, date-time
  - `total` integer

## Other responses

- `201` — 201 response
- `401` — 401 response
- `403` — 403 response
- `404` — 404 response

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
