---
title: "List PDP configurations"
method: GET
path: "/v2/pdps/{proj_id}/{env_id}/configs"
tags: ["Policy Decision Points"]
---

# List PDP configurations

`GET /v2/pdps/{proj_id}/{env_id}/configs`

## Path parameters

- `proj_id` string, required — Either the unique id of the project, or the URL-friendly key of the project (i.e: the "slug").
- `env_id` string, required — Either the unique id of the environment, or the URL-friendly key of the environment (i.e: the "slug").

## Query parameters

- `page` integer — Page number of the results to fetch, starting at 1.
- `per_page` integer — The number of results per page (max 100).

## Response `200`

Successful Response

- PDPConfigRead[]
  - `id` string, uuid, required
  - `name` string
  - `organization_id` string, uuid, required — Unique id of the organization that the pdp_config belongs to.
  - `project_id` string, uuid, required — Unique id of the project that the pdp_config belongs to.
  - `environment_id` string, uuid, required — Unique id of the environment that the pdp_config belongs to.
  - `client_secret` string, required
  - `opal_server_access_token` string
  - `num_shards` integer
  - `debug_audit_logs` boolean — Whether debug audit logs are enabled or not
  - `min_pdp_version` string — The minimum image version of PDP that can connect to this config

## Other responses

- `422` — Validation Error

---

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