Search domains
eurodns_domain_searchSearch your account's domain inventory using filters for expiry, renewability, DNSSEC, and premium DNS. Returns one summary per matching domain.
Instructions
Searches the domains held in this account, with filters for expiry, renewability and DNSSEC, and returns one summary per domain. This is the inventory query — it never reports on domains held elsewhere; eurodns_domain_get returns one domain in full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Search criteria: a free-text term with its termMatchingMode and termMatchFields, plus boolean filters such as active, renewable, dnssecActivated or premiumDns. An empty object lists every domain. | |
| page | No | 1-based page number. There is no page meaning everything: walk pages until a short one comes back. | |
| size | No | Results per page, 1 to 500. A wide page is truncated by the character limit, so prefer a filter to a large size. | |
| sortField | No | Result field to sort on, spelled as in the response items. Unsorted when omitted. | |
| sortOrder | No | ASC or DESC; only read with sortField. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |