---
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

> 24 revisions in range; 4 could not be searched.

- **2026-05-06** `9025167b1683` — 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-2/changes/team-invitations/get.md)

---

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