---
title: "List pending org invites"
method: GET
path: "/organizations/invites"
tags: ["Organization Management"]
---

# List pending org invites

`GET /organizations/invites`

Retrieves all pending organization invitations for the current user based on their email address. Only returns non-expired invitations with optional status filtering (defaults to PENDING). Each invite includes organization details, inviting user information, role assignment, and expiration time. Invitations are automatically sent to the user's registered email address.

## Query parameters

- `status` 'PENDING' | 'ACCEPTED' | 'REJECTED' | 'CANCELED'

## Response `200`

Organization invites returned

- OrganizationInviteList
  - `invites` OrganizationInvite[], required
    - `id` integer — Unique identifier for the organization invite
    - `organization_id` string — ID of the organization
    - `organization_name` string — Name of the organization
    - `inviting_user_id` string — ID of the user who is inviting to the organization
    - `inviting_user_name` string — Name of the user who is inviting to the organization
    - `invited_email` string, email — Email of the user who is invited to the organization
    - `role` 'READ' | 'WRITE' | 'ADMIN' | 'OWNER'
    - `status` 'PENDING' | 'ACCEPTED' | 'REJECTED' | 'CANCELED'
    - `created` string, date-time — Date and time when the invite was created
    - `expires` string, date-time — Date and time when the invite expires

## Other responses

- `default` — An error occurred

---

[API](https://skmtc.net/diversion/apis/diversion-core-api.md) · [All operations](https://skmtc.net/diversion/apis/diversion-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diversion/diversion-core-api/revisions/38a18aba804b/schema)
