Namespace
Document
Get namespace documents
Return a cursor-paginated page of documents that belong to the namespace.
get/v1/namespaces/{id}/documents
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": "Project Plan",
"excerpt": "Overview of the project plan",
"created_by": {
"id": "9bsv0s46s6s002p9ltq0",
"first_name": "Test",
"last_name": "User",
"picture": "https://example.com/users/my-user.png"
}
}
]
}