latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-167449145.8 KB

6965ecf3ab92

Organization
Namespace

Get organization namespaces

Return the namespaces that belong to the organization.

get/v1/organizations/{id}/namespaces

Query parameters

page_sizeinteger

Maximum number of items to return.

page_tokenstring

Opaque continuation token from a previous page_info.next_page_token.

Response

OK

Example response

{
  "items": [
    {
      "id": "9bsv0s46s6s002p9ltq0",
      "name": "Engineering",
      "description": "Engineering team namespace",
      "project_count": 4,
      "document_count": 8
    }
  ]
}