chat_certificate_get
Retrieve a certified chat certificate, including its status, message range, and PDF download URL. Requires prior creation.
Instructions
Retrieves a certified chat certificate including its status, message range, and PDF download URL. Prerequisites: the certificate must have been created with chat_certificate_create. Returns documentUrl when status is CERTIFIED. Example: chat_certificate_get({ caseFileId: '...', chatId: '...', id: '...' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the certificate to retrieve | |
| chatId | Yes | UUID of the chat | |
| caseFileId | Yes | UUID of the case file that owns the chat |