---
title: "Get data policy for projects"
method: GET
path: "/rest/api/3/data-policy/project"
tags: ["App data policies"]
---

# Get data policy for projects

`GET /rest/api/3/data-policy/project`

Returns data policies for the projects specified in the request.

## Query parameters

- `ids` string — A list of up to 50 project identifiers. This parameter accepts a comma-separated list.

## Response `200`

Returned if the request is successful.

- ProjectDataPolicies — Details about data policies for a list of projects.
  - `projectDataPolicies` ProjectWithDataPolicy[] — List of projects with data policies.
    - `dataPolicy` ProjectDataPolicy — Details about data policy.
      - `anyContentBlocked` boolean — Whether the project contains any content inaccessible to the requesting application.
    - `id` integer — The project ID.

## Other responses

- `400` — Returned if the request is not valid or includes invalid or not-permitted project identifiers.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the client is not authorized to make the request.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/ec7f275dfee5/schema)
