---
title: "Get approval request settings"
method: GET
path: "/api/v2/approval-requests/projects/{projectKey}/settings"
tags: ["Approvals (beta)"]
---

# Get approval request settings

`GET /api/v2/approval-requests/projects/{projectKey}/settings`

Get the approval request settings for the given project, optionally filtered by environment and resource kind.

## Path parameters

- `projectKey` string, required

## Query parameters

- `environmentKey` string
- `resourceKind` string
- `expand` string

## Headers

- `LD-API-Version` 'beta', required

## Response `200`

Successful response

- ApprovalRequestSettings

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-02-28** `69c5c9aafe78` — 3 info
  - added the new optional `query` request parameter `expand`
  - added the optional property `additionalProperties/allOf[subschema #1]/_default` to the response with the `200` status
  - added the optional property `additionalProperties/allOf[subschema #1]/_strict` to the response with the `200` status
- **2025-07-08** `b2724c5174d1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/changes/api/v2/approval-requests/projects/:projectKey/settings/get.md)

---

[API](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api.md) · [All operations](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/launchdarkly/launchdarkly-rest-api/revisions/69c5c9aafe78/schema)
