---
title: "List team invitations"
method: GET
path: "/orgs/{organization}/teams/{team}/invites"
tags: ["Teams"]
---

# List team invitations

`GET /orgs/{organization}/teams/{team}/invites`

Show all pending invitations for the team.

Processing mode: <small><code>sync</code></small>

## Path parameters

- `organization` string, required
- `team` integer, required

## Query parameters

- `include` string
- `page[size]` integer
- `page[cursor]` string

## Response `200`

Paginated set of `TeamInvitationResource`

## Other responses

- `403` — Authorization error
- `404` — Not found

---

[API](https://skmtc.dev/mfullbrook/apis/forge.md) · [All operations](https://skmtc.dev/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mfullbrook/forge/revisions/24ad66d99f93/schema)
