---
title: "GET /api/v1/projects/{projectUuid}/homepage"
method: GET
path: "/api/v1/projects/{projectUuid}/homepage"
tags: ["Homepage"]
---

# GET /api/v1/projects/{projectUuid}/homepage

`GET /api/v1/projects/{projectUuid}/homepage`

## Path parameters

- `projectUuid` string, uuid, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)

## Response `200`

Success

- ApiResolvedHomepageResponse
  - `results` ResolvedHomepage, required
    - `homepage` PublishedProjectHomepage, required
      - `config` HomepageConfig, required
        - `rows` HomepageRow[], required
          - `blocks` HomepageBlock[], required
            - union
              - …
          - `id` string, required
        - `version` 1, required
      - `name` string, required
      - `homepageUuid` string, required
    - `type` 'homepage', required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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