---
title: "Get Lock Status"
method: GET
path: "/api/v1/project/{project_id}/lock"
tags: ["project-lock"]
---

# Get Lock Status

`GET /api/v1/project/{project_id}/lock`

Get current lock status (who holds it, if anyone). Read access only.

## Response `200`

Successful Response

- ProjectLockStatus — Status of the project editing lock.
  - `is_locked` boolean, required — Whether the project is currently locked.
  - `locked_by_user_id` string, nullable — User ID of the lock holder, if locked.
  - `locked_by_display_name` string, nullable — Display name of the lock holder for UI.
  - `locked_by_avatar_color` string, nullable — Avatar color name of the lock holder for UI.
  - `is_current_user` boolean — True when the current user holds the lock.
  - `ttl_seconds` integer, nullable — Remaining TTL of the lock in seconds, if locked.

---

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