---
title: "/boards/:boardId/guests"
method: GET
path: "/v1/boards/{boardId}/guests"
tags: ["Boards"]
---

# /boards/:boardId/guests

`GET /v1/boards/{boardId}/guests`

Get the list of guests of the board. Accepted guests are returned first, followed by pending invitations. Returns a maximum of 200 guests (pagination is not supported for this endpoint).

## Query parameters

- `email` string

## Response `200`

Default

- object
  - `data` object[]
    - `id` string
    - `email` string, email
    - `roleId` string
    - `boardId` string

---

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