List domains
list_domainsList all domains in a postale.io account with pagination (max 25 per page) and optional search query. Returns page information and domain objects.
Instructions
List all domains in the postale.io account, with pagination (max 25 per page) and optional search query. Returns page info (page, lastPage, totalCount) plus domain objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| query | No | Search query to filter results | |
| paging | No | Items per page (maximum 25) |