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

---

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