### List devices behind a NAS

`GET /api/v1/admin/nas/{id}/devices`

Customer-premises and infrastructure devices discovered or registered under this NAS, as the monitoring and topology views see them.

- Authentication: manager session (JWT) or API token
- Permission: `prm_nas_devices_index` (View LAN devices)
- Risk: read

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | NAS id. |

