---
title: "List all invitations"
method: GET
path: "/participant-pools/{participantPoolId}/invitations"
tags: ["Invitations"]
---

# List all invitations

`GET /participant-pools/{participantPoolId}/invitations`

List all invitations for the specified participant pool

## Query parameters

- `limit` integer
- `skip` integer

## Response `200`

A directory with a `data` property that contains an array of up to `limit` invitations, starting after `skip`. Each entry in the array is a separate invitation object. If no more invitations are available, the resulting array will be empty. This request should never return an error.

- object
  - `data` ParticipantPoolInvitation[]
    - `id` string — Unique identifier for the invitation
    - `name` string, required — Name of the person being invited
    - `email` string, required — Email address of the person being invited
    - `roles` ParticipantPoolMemberRoleEnum[], required — Roles that will be assigned to the member when they accept the invitation
    - `createdAt` string, date-time — Timestamp when the invitation was created
    - `expiresAt` string, date-time — Timestamp when the invitation expires
  - `hasMore` boolean — Indicates if there are more invitations to fetch
  - `total` integer — Total number of invitations

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
