List child organizations
List child organizations
List all child organizations under the specified parent organization.
Access control
Requires the caller to be an admin in the parent organization (i.e. the one on the path), or any of its ancestors.
Example: Assume an organization hierarchy like: org-a -> org-b -> org-c.
To list child organizations under org-b, which means calling ‘GET /api/v1/orgs/org-b/orgs’, the caller must be an
admin in org-a or org-b.
GET
List child organizations
Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
ID of an organization The ID of an organization
Required string length:
3 - 64Pattern:
^([a-z][a-z0-9-]{1,62}[a-z0-9])$Example:
"my-org"
Last modified on June 2, 2026