Document
Get document
Return the requested document by its ID, including the stored body.
get/v1/documents/{id}
Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"title": "Project Plan",
"excerpt": "Overview of the project plan",
"content": "# Project Plan\n\nGoals and timeline.",
"created_by": {
"id": "9bsv0s46s6s002p9ltq0",
"first_name": "Test",
"last_name": "User",
"picture": "https://example.com/users/my-user.png"
},
"library": {
"id": "9bsv0s46s6s002p9ltq0",
"name": "Product"
},
"folder": {
"id": "9bsv0s46s6s002p9ltq0",
"name": "Guides",
"parent_id": "9bsv0s46s6s002p9ltq0"
},
"relations": [
{
"id": "9bsv0s46s6s002p9ltq0",
"name": "PLAT-1"
}
],
"labels": [
{
"id": "9bsv0s46s6s002p9ltq0",
"name": "frontend"
}
],
"comment_count": 3,
"attachment_count": 1
}