---
title: "Retrieve a single project"
method: GET
path: "/projects/{projectId}"
tags: ["projects"]
---

# Retrieve a single project

`GET /projects/{projectId}`

Requires **projects:read** scope.

## Path parameters

- `projectId` string, uuid, required

## Response `200`

Successful Project Response

- object
  - `data` Project
    - `id` unknown, required
    - `name` string, required — The name of the project
    - `accountIds` string[], required — Account IDs that are associated with the project
    - `type` 'PropertyProject' | 'RentalProject' | 'GenericProject', required — The project type
    - `dateCreated` string, date-time — The date the project was created
    - `archived` boolean — Flag to show if project is archived or not
  - `links` Links
    - `next` string, uri — The url to retrieve the next page of results from
    - `prev` string, uri — The url to retrieve the previous page of results from
    - `self` string, uri, required — The url of the current resource(s)
  - `meta` object

## Other responses

- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden - Invalid scopes
- `404` — Unsuccessful Response - Resource Not found

---

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