---
title: "List received invites"
method: GET
path: "/invites"
---

# List received invites

`GET /invites`

Lists the pending invites the authenticated user has received, across
all spaces. Requires user authentication (JWT).

## Response `200`

List of pending received invites

- ReceivedInvite[]
  - `space_id` string, required — ID of the space the user is invited to.
  - `space_name` string, required — Name of the space the user is invited to.
  - `inviter_email` string, required — Email address of the user who sent the invite.
  - `inviter_name` string, required — Display name of the user who sent the invite.
  - `role` 'owner' | 'admin' | 'developer' | 'viewer', required — A member's role within a space. The `owner` role belongs to the user who created the space; every space has exactly one owner, so `owner` is never accepted as an input when granting a role. On the `Space` schema, this is the caller's own role in the space, omitted for API-key authentication (API keys are space-scoped and carry no member identity).
  - `created_at` string, date-time, required — When the invite was created.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/timescale/apis/ghost-api.md) · [All operations](https://skmtc.net/timescale/apis/ghost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timescale/ghost-api/versions/808022f897be/schema)
