Skip to content
Last updated

⚠️ Not Yet Implemented — This endpoint is planned but not currently available in the backend API. The documentation below represents the intended design and may change before implementation.

Retrieve a list of departments within an organization. Only returns departments that belong to the authenticated user's organization.

GEThttps://api.aitronos.com/v1/organizations/{organization_id}/departments

Path Parameters

organization_id string required

The organization ID.

Query Parameters

include_inactive boolean optional · Defaults to false

Whether to include inactive departments in the response.


Returns

An array of Department objects.

curl https://api.aitronos.com/v1/organizations/org_xyz789/departments \
  -H "X-API-Key: $FREDDY_API_KEY"