---
title: "Get invitation details"
method: GET
path: "/invitation/{id}"
tags: ["Invitations"]
---

# Get invitation details

`GET /invitation/{id}`

Look up an invitation by ID. Always 200 -- an unusable invitation is reported with valid: false and a reason rather than an error status.

## Path parameters

- `id` string, required

## Response `200`

Invitation details

- InvitationDetails
  - `valid` boolean, required — True only when the invitation can still be accepted.
  - `invitation` object — Omitted when the invitation does not exist, was already accepted, or was canceled -- the details are withheld rather than leaked.
    - `id` string, required
    - `email` string, required
    - `workspaceName` string, required
    - `inviterName` string, required
    - `expiresAt` string, date-time, required
    - `status` string, required
    - `expired` boolean, required
  - `error` string — Why the invitation is unusable, when valid is false.

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 info
  - added the non-success response with the status `401`
- **2026-01-11** `f6c7baa36924` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/invitation/:id/get.md)

---

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