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

6965ecf3ab92

Namespace
Project

Get namespace projects

Return a cursor-paginated page of projects that belong to the namespace.

get/v1/namespaces/{id}/projects

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",
      "key": "ENG",
      "name": "Engineering Project",
      "description": "Main engineering project",
      "logo": "https://example.com/logo.png",
      "status": "active",
      "teams": [
        "9bsv0s46s6s002p9ltq0"
      ],
      "document_count": 4,
      "issue_count": 12
    }
  ]
}