---
title: "Get experimentation settings"
method: GET
path: "/api/v2/projects/{projectKey}/experimentation-settings"
tags: ["Experiments"]
---

# Get experimentation settings

`GET /api/v2/projects/{projectKey}/experimentation-settings`

Get current experimentation settings for the given project

## Path parameters

- `projectKey` string, string, required — The project key

## Response `200`

Experimentation settings response

- RandomizationSettingsRep
  - `_projectId` string — The project ID
  - `_projectKey` string — The project key
  - `randomizationUnits` RandomizationUnitRep[] — An array of the randomization units in this project
    - `randomizationUnit` string — The unit of randomization. Defaults to user.
    - `default` boolean — Whether this randomization unit is the default for experiments
    - `_hidden` boolean
    - `_displayName` string — The display name for the randomization unit, displayed in the LaunchDarkly user interface.
  - `_creationDate` integer
  - `_links` object — The location and content type of related resources

## Other responses

- `400` — Invalid request
- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier
- `405` — Method not allowed
- `429` — Rate limited

## Changes

- **2026-02-28** `69c5c9aafe78` — 1 warning
  - removed the optional property `randomizationUnits/items/standardRandomizationUnit` from the response with the `200` status

[Change history](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/changes/api/v2/projects/:projectKey/experimentation-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)
