List correspondents
list_correspondentsList document senders and counterparties, returning id, name, and document count. Use it before creating new correspondents to reuse existing entries and avoid duplicates.
Instructions
List correspondents. A correspondent is the sender or counterparty a document came from. Returns id, name and document_count for each. Call this before creating anything — reusing an existing correspondent is almost always correct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return every field instead of the id/name/document_count summary. | |
| page | No | 1-based page number. | |
| ordering | No | Field to order by. Prefix with '-' to reverse, e.g. '-created'. | |
| page_size | No | Items per page. Clamped by the server's configured ceiling. | |
| name__icontains | No | Case-insensitive substring filter on the name. |