---
title: "List invitations to a collection"
method: GET
path: "/collections/{collection_id}/invitations"
tags: ["invitations"]
---

# List invitations to a collection

`GET /collections/{collection_id}/invitations`

Lists invitations to the matching collection.

## Query parameters

- `fields` string
- `include` string

## Response `200`

Invitations to the matching collection.

- object
  - `data` Invitation[], required
    - `id` string, required — Unique identifier for the resource instance.
    - `type` 'invitations', required — The type of the resource.
    - `attributes` InvitationAttributes, required
      - `email` string, required — Email address of the recipient.
      - `permission_level` string — Access to grant the recipient.
      - `personal_message` string — A message for the recipient.
      - `invitation_url` string — The invitation's URL.
  - `meta` PaginationMetadataResponse, required — Page context information.
    - `current_page` integer, required
    - `next_page` object, nullable, required
    - `prev_page` object, nullable, required
    - `total_pages` unknown, required
    - `total_count` unknown, required

## Other responses

- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/versions/fd95b0a2d2f8/schema)
