---
title: "List team invitations"
method: GET
path: "/team-invitations"
tags: ["Teams"]
---

# List team invitations

`GET /team-invitations`

## Query parameters

- `team_id` string — The team ID to list invitations for. Required unless user_id is provided.
- `user_id` string — List invitations sent to this user's verified emails. Must be "me" for client access. Cannot be combined with team_id.

## Response `200`

Successful response

- object
  - `items` object[], required
    - `id` string, required
    - `team_id` string, required — The unique identifier of the team
    - `team_display_name` string, required
    - `expires_at_millis` number, required
    - `recipient_email` string, required
  - `pagination` object
    - `next_cursor` 'null', nullable — The cursor to fetch the next page of results. null if there is no next page.

## Changes

> 25 revisions in range; 1 could not be searched.

- **2026-07-23** `ae5572197e85` — 1 breaking, 1 warning
  - the response property `pagination/next_cursor` became nullable for the status `200`
  - added the new `undefined` enum value to the `pagination/next_cursor` response property for the response status `200`
- **2026-05-06** `e832ef1d24dc` — 3 info
  - added the new optional `query` request parameter `user_id`
  - the `query` request parameter `team_id` became optional
  - added the required property `items/items/team_display_name` to the response with the `200` status

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/changes/team-invitations/get.md)

---

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