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": "46e8577b-8531-4e9b-9f3d-6b5921c216d3",
"status": "published",
"version": 3,
"created_at": "2026-04-08T15:40:47+01:00",
"updated_at": "2026-04-08T15:40:47+01:00",
"public_pdf_url": "https://api.plannrcrm.com/document/0e1ec894-6456-47c0-bf73-ca949a3841ea/content/pdf?plannr_account_uuid=c16768eb-0f4e-4ab5-b969-4f2e0a65afa8",
"public_docx_url": "https://api.plannrcrm.com/document/4bcf7732-242b-4afd-9420-aad36fc65e8d/content/docx?plannr_account_uuid=ca346f5a-d9dc-4fb1-830d-83efa02b148b",
"public_sfdt_url": "https://api.plannrcrm.com/document/306ccd66-dea0-4588-bd38-a71e54b574b3/content/sfdt?plannr_account_uuid=85a75a2c-e267-44ff-ac56-e285bfe8ee3a",
"known_dependants": {
"client-1": "ed73b817-102d-46c4-af83-403b39cb2f0d"
},
"public_preview_url": "https://api.plannrcrm.com/document/4864a172-172f-4e22-9d57-02415154ef7f/content/preview?plannr_account_uuid=93f8bc13-18c9-41b0-82a4-fb1205ddcca1",
"required_dependants": {
"client-1": "client"
},
"last_publishing_error": "There was an error converting this file to PDF. Please try again later."
}