### List a plan's RADIUS attributes

`GET /api/v1/profiles/{id}/radius-attrs`

The reply attributes this plan adds to an Access-Accept, beyond the ones derived from its speed and quota settings.

- Authentication: manager session (JWT) or API token
- Permission: `prm_profiles_radius_attributes` (Manage RADIUS attributes)
- Risk: write

#### Parameters

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

