---
title: "GET /projects"
method: GET
path: "/projects"
tags: ["Base API"]
---

# GET /projects

`GET /projects`

Returns the list of projects the user can see

## Response `200`

projects response

- object
  - `data` Project[]
    - `created_at` string
    - `description` string
    - `id` ActionID — unresolved $ref
    - `name` string
    - `update_at` string

---

[API](https://skmtc.dev/kiprotect/apis/kiprotect-api.md) · [All operations](https://skmtc.dev/kiprotect/apis/kiprotect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kiprotect/kiprotect-api/revisions/97f9f8aaa8ee/schema)
