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

# List pending invites

`GET /invites`

List all pending invites for the workspace

## Response `200`

List of pending invites

- Invite[]
  - `id` string, uuid — The unique identifier of the invite
  - `email` string, email — The email address of the invited user
  - `createdAt` string, date-time — When the invite was created

## Other responses

- `401` — Unauthorized - Missing or invalid API key

---

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