---
title: "Get project."
method: GET
path: "/v3/projects/{id}"
tags: ["projects"]
---

# Get project.

`GET /v3/projects/{id}`

Get project details by ID.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `data` object
    - `id` number — The project ID.
    - `name` string — The project name.
    - `status` string — The project status.
    - `createdAt` string, date-time — When the project was created.
    - `workspace` object
      - `id` number
      - `name` string

## Other responses

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

## Changes

- **2026-02-20** `48f00d1c04c2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unlayer/apis/unlayer-api/changes/v3/projects/:id/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/48f00d1c04c2/schema)
