---
title: "Returns all Projects of the logged-in User"
method: GET
path: "/project/user/projects"
tags: ["project"]
---

# Returns all Projects of the logged-in User

`GET /project/user/projects`

## Response `200`

Successful Response

- ProjectRead[]
  - `title` string, required — Title of the Project
  - `description` string, required — Description of the Project
  - `id` integer, required — ID of the Project
  - `created` string, date-time, required — Created timestamp of the Project
  - `updated` string, date-time, required — Updated timestamp of the Project

---

[API](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/revisions/6b22366ce2d1/schema)
