# List alert channels in enterprise Returns list of alert channels Endpoint: GET /v1/enterprise/{enterprise_id}/alertchannels/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. ## Query parameters: - `name` (string) Filter alert channels by name. - `limit` (integer) Number of results to return per page. - `offset` (integer) Return results from this index. ## Response 200 fields (application/json): - `count` (integer, required) - `next` (string,null) - `previous` (string,null) - `results` (array, required) - `results.id` (integer) - `results.properties` (object) - `results.properties.to_address` (string) - `results.name` (string) - `results.type` (string) format of alert. e.g. email - `results.created_on` (string) - `results.updated_on` (string) - `results.enterprise` (string) - `results.linked_alerts` (array) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 404 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)