---
title: "GET /v1/projects"
method: GET
path: "/v1/projects"
tags: ["project"]
---

# GET /v1/projects

`GET /v1/projects`

Get Projects accessible by the api_key

## Response `200`

Successful operation

- object
  - `projects` Project[]
    - `administrative_contact` Contact, nullable
      - `email` string
      - `name` string
      - `organization` string
      - `role` string
    - `created` string, date-time, required
    - `label` string, required
    - `role` 'owner' | 'developer' | 'viewer' | 'support' | 'null', nullable
    - `technical_contact` Contact, nullable
      - `email` string
      - `name` string
      - `organization` string
      - `role` string
    - `uid` string, required

## Other responses

- `default` — The response body in case of an API error.

---

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