---
title: "List all Projects"
method: GET
path: "/v1/projects/"
tags: ["Project"]
---

# List all Projects

`GET /v1/projects/`

List all projects your organization is part of.

## Query parameters

- `order_by` 'name' | 'created_at'
- `page` integer
- `organization` string
- `name` string
- `type` 'public' — Type of the project. <br> * `public` for public chain project

## Response `200`

- object
  - `count` integer — Number of the objects in the paginated results.
  - `next` string, nullable — Link to the next page.
  - `previous` string, nullable — Link to the previous page.
  - `results` BaseProject[]
    - `id` string
    - `name` string — Name of the project.
    - `description` string — Description of the project.
    - `type` 'public' — Type of the project. <br> * `public` for public chain project
    - `members` integer — Number of members invited to the consortium project. <br>Only for the `consortium` project.
    - `networks` integer — Number of networks created in the project.
    - `creator` Creator — Creator of the object.
      - `id` string
      - `email` string, email
      - `first_name` string
      - `last_name` string
      - `organization` Object — Common object representation.
        - `id` string
        - `name` string
    - `created_at` string, date-time — When the object was created.

---

[API](https://skmtc.net/chainstack/apis/chainstack-platform-api.md) · [All operations](https://skmtc.net/chainstack/apis/chainstack-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chainstack/chainstack-platform-api/versions/3ab04211149e/schema)
