---
title: "List Invites"
method: GET
path: "/v2/organizations/{organizationSlug}/invites"
---

# List Invites

`GET /v2/organizations/{organizationSlug}/invites`

Returns a list of pending invites for the organization.

## Path parameters

- `organizationSlug` string, required

## Response `200`

Successful response

- object
  - `invites` InviteV2[]
    - `id` integer — The unique ID for the invite.
    - `email` string — The email of the person invited.
    - `role` 'admin' | 'member' | 'viewer' — The assigned role for the invited user.
    - `created_at` string — The datetime the invite was created in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

---

[API](https://skmtc.net/turso/apis/turso-platform-api.md) · [All operations](https://skmtc.net/turso/apis/turso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turso/turso-platform-api/revisions/6c99e4c88978/schema)
