---
title: "List path locks"
method: GET
path: "/application/{applicationId}/v2/experiments/locks"
tags: ["Experiments (V2)"]
---

# List path locks

`GET /application/{applicationId}/v2/experiments/locks`

List active configuration path locks held by scheduled or active experiments. Used to surface conflicts before creating or editing experiments.

## Path parameters

- `applicationId` number, required

## Query parameters

- `configurationId` integer

## Headers

- `environment_id` number, required

## Response `200`

Default Response

- object
  - `items` object[], required
    - `experimentId` integer, required
    - `experimentName` string, required
    - `baseConfigurationId` integer, required
    - `path` string, required
    - `acquiredAt` string, date-time, required

---

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