> ## 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.

# Get Organization

> Retrieve details for a single organization

# GET /organizations/{organization_id}

Retrieve the full details of an organization by its ID. Use this to display organization profile information or verify membership context.

## Notes

* Requires a valid JWT from a workspace that belongs to the target organization.
* Returns `403` if the authenticated workspace does not belong to the requested organization.
* Returns `404` if no organization exists with the given ID.
* Any authenticated member of the organization can call this endpoint (no minimum role required).
* See [Update Organization](/api-reference/endpoints/organizations-update) to modify organization fields.
