> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Organization Invites

> List all pending and historical invites for an organization

# GET /organizations/{organization_id}/invites

Returns all invites that have been issued for the specified organization, including pending, accepted, and expired invites.

## Notes

* **Requires `owner` or `admin` role.** Members and viewers cannot view invites.
* Returns `403` if the authenticated workspace does not belong to the requested organization, or if the caller lacks a sufficient role.
* Use this to audit outstanding invitations or check whether a specific email has already been invited.
* To create a new invite, see [Create Organization Invite](/api-reference/endpoints/organization-invites-create).
* To complete the invite flow, see [Accept Organization Invite](/api-reference/endpoints/organization-invites-accept).
