---
title: "List pending invitations"
method: GET
path: "/organization/invitations"
tags: ["organization"]
---

# List pending invitations

`GET /organization/invitations`

Returns every outstanding invitation for the caller's organization. Requires the admin role, matching the dashboard. Organization management (rename, members, invitations) is deliberately not part of the public API: it is dashboard-only so an API key can never modify the organization that issued it.

## Response `200`

OK

- OrganizationInvitationSummaryListResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `invitations` OrganizationInvitationSummaryResponse[], nullable, required
    - `email` string, required
    - `invited_at` string, date-time
    - `invited_by_name` string
    - `role` string, required

## Other responses

- `default` — Error

---

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