---
title: "List spaces in project"
method: GET
path: "/api/v1/projects/{projectUuid}/spaces"
tags: ["Projects"]
---

# List spaces in project

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

List all spaces in a project

## Path parameters

- `projectUuid` string, required

## Response `200`

Success

- ApiSpaceSummaryListResponse
  - `results` SpaceSummary[], required
    - `name` string, required
    - `slug` string, required
    - `uuid` string, required
    - `organizationUuid` string, required
    - `projectUuid` string, required
    - `inheritParentPermissions` boolean, required
    - `projectMemberAccessRole` 'viewer' | 'editor' | 'admin', required
    - `pinnedListUuid` string, nullable, required
    - `pinnedListOrder` number, double, nullable, required
    - `parentSpaceUuid` string, nullable, required
    - `path` string, required
    - `deletedBy` object
      - `lastName` string, required
      - `firstName` string, required
      - `userUuid` string, required
    - `deletedAt` string, date-time
    - `appCount` number, double, required
    - `childSpaceCount` number, double, required
    - `dashboardCount` number, double, required
    - `chartCount` number, double, required
    - `access` string[], required
    - `userAccess` SpaceAccess
      - `inheritedFrom` 'organization' | 'project' | 'group' | 'space_group' | 'parent_space'
      - `inheritedRole` union
        - 'member' | 'viewer' | 'interactive_viewer' | 'editor' | 'developer' | 'admin'
        - 'viewer' | 'interactive_viewer' | 'editor' | 'developer' | 'admin'
      - `projectRole` 'viewer' | 'interactive_viewer' | 'editor' | 'developer' | 'admin'
      - `hasDirectAccess` boolean, required
      - `role` 'viewer' | 'editor' | 'admin', required
      - `userUuid` string, required
    - `inheritsFromOrgOrProject` boolean, 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)
