# get_hosting_account

> Report the DirectAdmin hosting account behind a domain: `package`, `isSuspended`, disk and bandwidth as `{used, limit, unit, pct, atLimit}`, resource counts (domains,…

- Tier: R
- Required scope: read:hosting
- Annotations: readOnlyHint, idempotentHint
- Docs: https://api.inleed.com/tools/get-hosting-account

## Description

Report the DirectAdmin hosting account behind a domain: `package`, `isSuspended`, disk and bandwidth as `{used, limit, unit, pct, atLimit}`, resource counts (domains, subdomains, mailboxes, databases, ftp, pointers) each with a limit, feature flags (php, ssl, ssh, cron, …) and the list of domains on the account. A `null` limit means unlimited.

## Input schema

- `input` — string (required). A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.

## Example call

```json
{
  "name": "get_hosting_account",
  "arguments": {
    "input": "example.se"
  }
}
```

