---
title: "Get project details."
method: GET
path: "/project/v1/current"
tags: ["project"]
---

# Get project details.

`GET /project/v1/current`

Get project details for the specified project.

## Query parameters

- `projectId` string, required

## Response `200`

Default Response

- object
  - `data` object
    - `id` number
    - `name` string
    - `status` string
    - `createdAt` string, date-time
    - `workspace` object
      - `id` number
      - `name` string

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

- **2026-01-13** `343ccfa7da7d` — 1 breaking, 3 info
  - added the new required `query` request parameter `projectId`
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2025-12-09** `9c0284025bec` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/unlayer/apis/unlayer-api/changes/project/v1/current/get.md)

---

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