---
title: "List pending workspace invites"
method: GET
path: "/api/workspace/invites"
tags: ["workspace"]
---

# List pending workspace invites

`GET /api/workspace/invites`

[cloud-only] Returns the list of pending invitations for the current workspace.

## Response `200`

Invite list

- WorkspaceInvite[]
  - `id` string, required
  - `email` string, email, required
  - `role` 'admin' | 'member', required
  - `invited_by` string
  - `created_at` string, date-time
  - `expires_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 1 info
  - added the non-success response with the status `500`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/workspace/invites/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c4db9e1283df/schema)
