---
title: "Get invitation"
method: GET
path: "/organizations/{organization_id}/invitations/{invitation_id}"
tags: ["Organization Invitations"]
---

# Get invitation

`GET /organizations/{organization_id}/invitations/{invitation_id}`

Retrieves a single invitation.

## Path parameters

- `organization_id` string, required
- `invitation_id` string, required

## Response `200`

OK

- GetOrganizationInvitationResponse
  - `invitation` OrganizationInvitation, required
    - `created_at` string, date-time, required
    - `email` string, required
    - `expires_at` string, date-time, required
    - `id` string, required
    - `inviter_id` string, required
    - `organization_id` string, required
    - `role` string, required
    - `status` 'pending' | 'accepted' | 'rejected' | 'revoked' | 'expired', required — The type of the invitation status
  - `organization` OrganizationSummary, required
    - `id` string, required
    - `logo` string, nullable
    - `metadata` object, nullable
    - `name` string, required
    - `owner_id` string, required
    - `slug` string, required

## Changes

- **2026-07-26** `ee28a7965ce5` — 8 breaking, 2 info
  - removed the required property `created_at` from the response with the `200` status
  - removed the required property `email` from the response with the `200` status
  - removed the required property `expires_at` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - …6 more
- **2026-07-24** `3f0abf6aab3c` — 2 info
  - api tag `Organization Invitations` added
  - api tag `Invitations` removed
- **2026-07-09** `dad8e2644615` — 1 info
  - endpoint added
- **2026-07-08** `d2f9387037c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/authula/apis/authula-api/changes/organizations/:organization_id/invitations/:invitation_id/get.md)

---

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