---
title: "List Policies"
method: GET
path: "/organizations/{organization_id}/tasks/policies"
tags: ["BackupPolicies"]
---

# List Policies

`GET /organizations/{organization_id}/tasks/policies`

Get the policies for tasks belonging to organizations

## Path parameters

- `organization_id` string, required

## Response `200`

200 response

- GetOrganizationsTasksPoliciesResponse
  - `deleted_at` string
  - `id` integer
  - `is_active` boolean
  - `name` string
  - `organization_id` string

## 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)
