---
title: "Retrieves the collection of Project resources."
method: GET
path: "/projects"
tags: ["Project"]
---

# Retrieves the collection of Project resources.

`GET /projects`

This endpoint allows to retrieve the collection of the projects in the organization associated to the provided API token.

## Response `200`

Project collection

- ProjectJson[]
  - `id` string, required
  - `metadata` object, required
  - `name` string, required
  - `plan` string, required
  - `slug` string, required

---

[API](https://skmtc.net/redirection/apis/redirection-io.md) · [All operations](https://skmtc.net/redirection/apis/redirection-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redirection/redirection-io/versions/50d19e1f364a/schema)
