---
title: "List Project Collaborators"
method: GET
path: "/projects/{project_id}/collaborators"
tags: ["Projects"]
---

# List Project Collaborators

`GET /projects/{project_id}/collaborators`

List explicit collaborator roles on a project.

## Path parameters

- `project_id` string, required

## Response `200`

Successful Response

- ProjectCollaboratorsResponse — Response model for project collaborators list.
  - `can_manage` boolean, required — Whether the current user can manage collaborators.
  - `collaborators` ProjectCollaboratorResponse[] — Project collaborators with explicit direct roles.
    - `member_id` string, required — The WorkOS user ID of the collaborator.
    - `role` 'discoverer' | 'viewer' | 'editor' | 'owner', required — Collaborator role.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/terminaluse/apis/sb0-api.md) · [All operations](https://skmtc.net/terminaluse/apis/sb0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/terminaluse/sb0-api/revisions/f24a474dc415/schema)
