List document versions
easybill_list_document_versionsCheck document version history to verify if a completed invoice was altered after issuance. View each change's timestamp and reason.
Instructions
List the change history of a document. easybill snapshots a version whenever a completed document is modified, which is what you need for audit questions like 'was this invoice altered after it was issued?'.
Returns: { total, count, page, pages, items[] } with each version's id, created_at and reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric easybill ID of the document | |
| page | No | Page number, starting at 1. | |
| limit | No | Items per page. | |
| response_format | No | markdown |