---
title: "Retrieve all Alerting profiles"
method: GET
path: "/api/v1/alertingprofiles"
tags: ["Alerting Profiles"]
---

# Retrieve all Alerting profiles

`GET /api/v1/alertingprofiles`

## Query parameters

- `OrganizationId` integer
- `SortBy` string
- `SortDirection` string
- `Search` string
- `Id` integer
- `SearchId` string
- `Limit` integer
- `Offset` integer

## Response `200`

OK

- AlertingProfilesList
  - `data` AlertingProfilesListDto[], nullable, required
    - `id` integer, required
    - `name` string, required
    - `organizationId` integer, nullable, required
    - `organizationName` string, nullable, required
    - `slackConfigurationId` integer, nullable, required
    - `slackConfigurationName` string, nullable, required
    - `isLocked` boolean, required
    - `emails` AlertingEmailDto[], required
      - `email` string, nullable, required
    - `webhooks` AlertingWebhookDto[], required
      - `id` integer
      - `url` string, nullable
      - `headers` WebhookHeaderDto[], nullable
        - `id` integer
        - `key` string, nullable
        - `value` string, nullable
    - `projects` CommonDropdownDto[], required
      - `id` integer
      - `name` string, nullable
    - `createdBy` string, nullable, required
    - `lastModified` string, nullable, required
    - `lastModifiedBy` string, nullable, required
    - `reminder` 'HalfHour' | 'Hourly' | 'Daily' | 'None', required
    - `createdAt` string, required
  - `totalCount` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/taikun/apis/taikun-webapi.md) · [All operations](https://skmtc.dev/taikun/apis/taikun-webapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/taikun/taikun-webapi/revisions/09395964d191/schema)
