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

# List project collaborators

`GET /projects/{project_id}/collaborators`

## Path parameters

- `project_id` string, id, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

List of project collaborators

- ProjectCollaborator[]
  - `id` string — The unique ID of the collaborator
  - `company_id` string — The unique ID of the collaborating company
  - `project_id` string — The unique ID of the project the collaborator is a part of
  - `project_invitation_id` string — The unique ID of the invitation for the collaboration
  - `accepted_at` integer — Timestamp when the project collaboration was accepted
  - `created_at` integer — Timestamp when the project collaboration was created on the server
  - `updated_at` integer — Timestamp when the project collaboration was last updated

## Other responses

- `400` — Bad Request
- `404` — Not found
- `500` — Unexpected error

---

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