---
title: "Get list of all projects"
method: GET
path: "/v1/projects"
tags: ["project"]
---

# Get list of all projects

`GET /v1/projects`

Get list of all projects for the authenticated user. This includes all projects that the user has access to.

## Response `200`

OK

- ProjectListView
  - `installation` InstallationView, required
    - `status` string, required — Status of the installation (installed | uninstalled | never_installed).
  - `projects` ProjectView[], required — List of projects matching given query.
    - `id` string, required — Unique id of Project.
    - `name` string, required — Project display name.
    - `gh_owner` string, required — Owner of the project in Github

---

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