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

6965ecf3ab92

Namespace

Get namespace

Return the requested namespace by its ID.

get/v1/namespaces/{id}

Response

OK

idstring required

Unique identifier of the namespace.

namestring required

Name of the namespace.

descriptionstring nullable

Description of the namespace.

project_countinteger nullable

Number of projects in the namespace when projected.

document_countinteger nullable

Number of documents in the namespace when projected.

created_atstring date-time required

Date when the namespace was created.

updated_atstring date-time nullable required

Date when the namespace was updated.

Example response

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