---
title: "Get Invite"
method: GET
path: "/organizations/invites/{id}"
tags: ["Organizations"]
---

# Get Invite

`GET /organizations/invites/{id}`

## Path parameters

- `id` string, required

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

Get Invite

- OrganizationInvite — An invite to join the organization
  - `created_at` string, date-time, required — When the invite was created
  - `email` string, required — Email address the invite was sent to
  - `expires_at` string, date-time, nullable, required — When the invite expires, if it has an expiry
  - `id` string, required — Unique identifier for the invite
  - `role` 'admin' | 'member', required — Role the invited user will receive when they accept
  - `status` 'pending' | 'accepted' | 'revoked' | 'expired', required — Status of the invite

## Other responses

- `404` — Not found
- `500` — Unexpected error

---

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