Get a Microsoft subscription, or search them
eurodns_microsoft_get_subscriptionRetrieves Microsoft 365 subscription details by ID, or lists subscriptions filtered by status, domain, or account label. Supports pagination and sorting for lookup.
Instructions
Returns one Microsoft 365 subscription with its status, Microsoft domain and term by id, or searches the account’s Microsoft subscriptions by status, domain and account label when id is omitted. This reads the subscription record only — nothing here manages the tenant; every product at once is eurodns_subscription_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric id of the Microsoft subscription to return. Omit it to search them by status, Microsoft domain and account label. | |
| 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. | |
| accountLabel | No | The account label the microsoft subscription(s) you search for are related to | |
| microsoftDomain | No | The domain name the microsoft subscription(s) you search for are related to | |
| subscriptionStatus | No | Keep only subscriptions in this lifecycle status, e.g. ACTIVE, TO_RENEW or PROVISIONING. Omit for every status. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |