---
title: "List invites"
method: GET
path: "/orgs/{org_id}/invites"
tags: ["invites"]
---

# List invites

`GET /orgs/{org_id}/invites`

Returns a cursor-paginated list of invite tokens for the organization, with computed status (pending, expired, redeemed).

## Path parameters

- `org_id` string, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

OK

- InternalApiAdminPaginatedInvitesResponse
  - `data` InternalApiAdminInviteResponse[]
    - `created_at` string
    - `created_by` string
    - `email` string
    - `expires_at` string
    - `id` string
    - `org_id` string
    - `role` string
    - `status` string
    - `token_hint` string
  - `has_more` boolean
  - `next_cursor` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
