---
title: "Retrieve Project members"
method: GET
path: "/v1/projects/{id}/members/"
tags: ["Project"]
---

# Retrieve Project members

`GET /v1/projects/{id}/members/`

Retrieve members of a consortium project.

## Path parameters

- `id` string, required

## Query parameters

- `page` integer

## 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` object[]
    - `id` string
    - `name` string
    - `email` string, email

## Other responses

- `404` — Object does not exist or caller has insufficient permissions to access it.

---

[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)
