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)
{
"uuid": "53f18256-328f-47ef-9c43-339045adcae8",
"created_at": "2026-04-29T12:53:00+01:00",
"updated_at": "2026-04-29T12:53:00+01:00",
"version": 3,
"name": "Welcome Template",
"status": "published",
"last_publishing_error": "There was an error converting this file to PDF. Please try again later.",
"required_dependants": {
"client-1": "client"
},
"known_dependants": {
"client-1": "d97b8ee5-6d3b-419e-894f-082144c020ea"
},
"public_docx_url": "https://api.plannrcrm.com/document/c03e6df0-e92c-4dd0-a745-9071e71035ea/content/docx?plannr_account_uuid=7596d0ca-71ac-4b8b-b965-dd0bfa1dee52",
"public_sfdt_url": "https://api.plannrcrm.com/document/1f9219fd-02a5-489b-ad77-f0b29f147cca/content/sfdt?plannr_account_uuid=885a7d9e-c257-4b57-a881-8e139073ace7",
"public_pdf_url": "https://api.plannrcrm.com/document/a8d6b297-1f51-444c-8d0d-7b5203bb550e/content/pdf?plannr_account_uuid=d2e6632f-60e2-4bb3-8603-b5cc5605137a",
"public_preview_url": "https://api.plannrcrm.com/document/4ee16343-f6d0-44f7-825e-f7d43911e36b/content/preview?plannr_account_uuid=d2b816b5-54e9-4843-89d4-345c57393188"
}