Get a document Run in API Explorer
Ask AI
GET
/api/v1/document/{uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/document/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Welcome Template",
"uuid": "521e5fbc-4339-4b31-ab52-0f15053f9d0b",
"status": "published",
"version": 3,
"created_at": "2026-03-18T16:05:26+00:00",
"updated_at": "2026-03-18T16:05:26+00:00",
"public_pdf_url": "https://api.plannrcrm.com/document/962f828c-2f03-44a7-90ef-63b74fce7e91/content/pdf?plannr_account_uuid=48448bde-b46c-4462-881e-5a89b68e05ac",
"public_docx_url": "https://api.plannrcrm.com/document/9112f362-3da0-4b1f-ae14-644dd861fd0b/content/docx?plannr_account_uuid=bc4dee0b-f2c2-4a81-8a2c-75b2ee3b2ac9",
"public_sfdt_url": "https://api.plannrcrm.com/document/6985688c-a7ea-4c07-a474-58655a292087/content/sfdt?plannr_account_uuid=16cebfab-1f16-424a-be37-357784907ead",
"known_dependants": {
"client-1": "8a42cf73-7ea7-471e-9a7a-972409649a35"
},
"public_preview_url": "https://api.plannrcrm.com/document/4369b5c5-0928-49f7-a102-c07875de3dfd/content/preview?plannr_account_uuid=7aa678de-0fe0-4084-b7c7-6056bb393122",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}