Organizations

Get a specific organization by ID

Retrieve a specific organization by its ID, if the user has access.

get/organizations/{organization_id}

Path parameters

organization_idstring required

Response

Successful Response

idstring required
namestring required
slugstring required
nav_configobject nullable

Per-organization nav config: { '<key>': { 'show': bool, 'disabled': bool, 'badgeLabel': str | None, 'badgeTooltip': str | None } }

plotting_preferencesstring nullable

Free-text markdown describing how this organization wants the battery agent to format plots; injected into the agent's system prompt each turn. None means not set (nothing is injected).

logo_pathstring nullable

Storage object path of the light-mode organization logo, or None when unset. Not a URL: the bucket is private, so clients fetch the image from GET /organizations/{id}/logo, which returns a signed URL. Set via POST /organizations/{id}/logo, not via PATCH.

logo_path_darkstring nullable

Storage object path of the dark-mode organization logo, or None when unset. Optional: dark mode falls back to logo_path when this is None, and light mode falls back to this when logo_path is None. Set via POST /organizations/{id}/logo?variant=dark.

created_atstring date-time nullable

Timestamp of creation

updated_atstring date-time nullable

Timestamp of last update

Changes

No recorded changes to this endpoint across all 1 revision of this API.