Get render
get_renderFetch one previously produced document by its render id, with a freshly signed download URL valid for the next hour. This is the recovery path for an expired link: the URL is minted at read time, so calling this again on an old render always yields a working download. Use list_renders first if you do not have the id. Returns { id, name, templateId, templateName, status, bytes, durationMs, url, createdAt }, where url is null when the render failed, has not finished yet, or its file has aged out of retention — check status before assuming a download exists. Read-only and spends no quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| render_id | Yes | Render id (UUID) as returned by render_pdf, render_async/get_job, or list_renders. |