> ## Documentation Index
> Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt
> Use this file to discover all available pages before exploring further.

> Lists all deliverability alert configurations for your team.

# List Deliverability Alerts

export const SnippetObjectReference = ({objectName, objectPath = null}) => {
  const lowerCaseObjectName = objectName.toLowerCase();
  if (lowerCaseObjectName === 'lead' || lowerCaseObjectName === 'leads') {
    return <Note>
        This endpoint uses the <a href={`/api-reference/objects-definitions/${objectPath}`}>{objectName} object</a>. Make sure to also check the <a href={`/api-reference/objects-definitions/${lowerCaseObjectName === 'lead' ? 'contact' : 'lead'}`}>{lowerCaseObjectName === 'lead' ? 'Contact' : 'Lead'} object</a> to understand the distinction between the two.
      </Note>;
  }
  return <Note>
      This endpoint uses the <a href={`/api-reference/objects-definitions/${objectPath}`}>{objectName} object</a>.
    </Note>;
};

<SnippetObjectReference objectName="Deliverability alert" objectPath="deliverability-alert" />


## OpenAPI

````yaml get /deliverability/alerts
openapi: 3.0.0
info:
  title: lemlist API
  version: 1.0.0
  description: >-
    Welcome to the lemlist Developer Documentation.


    lemlist is very customizable and open. You'll find on this page all the API
    and integration you can do with lemlist.


    # Rate Limit


    lemlist's API rate limits requests in order to prevent abuse and overload of
    our services.  

    Rate limits are applied on all routes and per API key performing the
    request.  

    The rate limits are **20** requests per **2** seconds.  

    The response provides any information you may need about it:


    | Header | Description |

    | --- | --- |

    | Retry-After | The number of seconds in which you can retry |

    | X-RateLimit-Limit | The maximum requests in that time |

    | X-RateLimit-Remaining | The number of remaining requests you can make |

    | X-RateLimit-Reset | The date when the rate limit will reset |


    _Example of values for the rate limit headers_


    ``` json

    {
        "Retry-After": 2,
        "X-RateLimit-Limit": 20,
        "X-RateLimit-Remaining": 7,
        "X-RateLimit-Reset" : "Tue Feb 16 2021 09:02:42 GMT+0100 (Central European Standard Time)"
    }

     ```

    # Definitions


    ## Team


    A team is the entity of lemlist that can handle users and billing.


    ## Credits


    Credits are the coins a team uses to enrich emails, LinkedIn URLs, etc. via
    the enrich route. Each enrichment feature needs a certain amount of credits
    to run.


    ## User


    You use a user account to connect to lemlist and send messages via the
    connected emails or LinkedIn account.


    ## Campaign


    A campaign is the entity to automate outreach. A campaign has multiple
    sequences composed of steps.


    ## Lead


    A lead is a person that you try to contact via a campaign.


    ## Activity


    An activity is the history of all the steps.


    ## Unsubscribe


    An unsubscribe occurs when a person decides they don't want to receive
    emails from you anymore.


    # Authentication


    All API routes use the dedicated subdomain `api.lemlist.com`.


    lemlist uses API keys to allow access to the API. You can get your lemlist
    API key at our [integration
    page](https://app.lemlist.com/settings/integrations).


    You need to add the `Authorization` header using the `Basic` authentication
    type. `login:password` **where the login is always empty and the password is
    the API key**.


    ⚠️ **Don't forget to add the semicolon (**`:`**) before your API key in curl
    command.**


    > To authorize, use this code: 
      

    ``` shell

    curl https://api.lemlist.com/api/team \
      --user ":YourApiKey"

     ```

    **Make sure to replace** **`YourApiKey`** **with your API key.**


    # Give feedback


    If you want to report a bug, ask for data, or share with us a use case,
    please fill this [form](https://lemlist.typeform.com/to/mfVlkyGf). It will
    help us centralize your needs!
servers:
  - url: https://api.lemlist.com/api
security:
  - basicAuth: []
paths:
  /deliverability/alerts:
    get:
      tags:
        - Deliverability alerts
      summary: List Deliverability Alerts
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  alerts:
                    type: array
                    items:
                      $ref: '#/components/schemas/DeliverabilityAlert'
                  total:
                    type: integer
                    description: Total number of alert configurations.
              example:
                alerts:
                  - _id: dac_A1B2C3D4E5F6G7H8I
                    teamId: tea_ExampleAcmeTeamId
                    createdBy: usr_ExampleAcmeUserId
                    createdAt: '2026-04-12T09:30:00.000Z'
                    updatedAt: '2026-04-12T09:30:00.000Z'
                    widget: outreach
                    metric: bounceRate
                    severity: critical
                    scope: mailbox
                    scopeEntities:
                      - >-
                        usr_ExampleAcmeUserId|john@example.com|usm_ExampleMailboxId
                    threshold: 5
                    comparisonOperator: above
                    periodDays: 1
                    periodMode: rolling
                    channelConfig:
                      inapp:
                        enabled: true
                      email:
                        enabled: true
                        addresses:
                          - alerts@example.com
                      webhook:
                        enabled: false
                      slack:
                        enabled: false
                    enabled: true
                    lastCheckedAt: '2026-05-07T07:00:00.000Z'
                    lastTriggeredAt: '2026-05-06T18:42:11.000Z'
                    recheckDelayHours: 12
                total: 1
        '400':
          description: Bad team
        '401':
          description: Unauthorized
components:
  schemas:
    DeliverabilityAlert:
      type: object
      description: >-
        A deliverability alert configuration. The alert is evaluated
        periodically against your warm-up or outreach metrics and triggers
        notifications through the configured channels (in-app, email, webhook,
        Slack) when the threshold is breached.
      properties:
        _id:
          type: string
          description: Unique alert configuration identifier (prefixed with `dac_`).
        teamId:
          type: string
          description: ID of the team that owns the alert.
        createdBy:
          type: string
          description: ID of the user who created the alert.
        createdAt:
          type: string
          format: date-time
          description: Creation timestamp.
        updatedAt:
          type: string
          format: date-time
          description: Last update timestamp.
        widget:
          type: string
          description: >-
            Data source the alert evaluates. `warmup` checks lemwarm metrics;
            `outreach` checks campaign-sending metrics.
          enum:
            - warmup
            - outreach
        metric:
          type: string
          description: >-
            Metric being monitored. Valid combinations depend on `widget`:
            `warmup` supports `inboxRate`, `spamRate`, `score`; `outreach`
            supports `deliveryRate`, `bounceRate`.
          enum:
            - inboxRate
            - spamRate
            - score
            - deliveryRate
            - bounceRate
        severity:
          type: string
          description: Alert severity.
          enum:
            - warning
            - critical
        scope:
          type: string
          description: >-
            Aggregation level the metric is computed at. `global` covers all of
            the workspace's mailboxes (warm-up only); `mailbox` evaluates each
            mailbox individually; `domain` groups mailboxes by their sending
            domain.
          enum:
            - global
            - mailbox
            - domain
        scopeEntities:
          type: array
          description: >-
            Restricts the alert to a subset of entities matching `scope`. When
            empty, all entities of that scope are checked. For `scope=mailbox`,
            each entry is a composite string `userId|email|mailboxId`. For
            `scope=domain`, each entry is a domain (e.g. `acme.com`). Ignored
            when `scope=global`.
          items:
            type: string
        threshold:
          type: number
          description: >-
            Threshold value the metric is compared against (0–100, expressed as
            a percentage for rate metrics).
          minimum: 0
          maximum: 100
        comparisonOperator:
          type: string
          description: >-
            How `threshold` is compared to the current value. `below` triggers
            when the value drops under the threshold; `above` triggers when it
            exceeds it; `equal` triggers on exact match.
          enum:
            - equal
            - below
            - above
        periodDays:
          type: integer
          description: Length of the evaluation window, in days (1–30).
          minimum: 1
          maximum: 30
        periodMode:
          type: string
          description: >-
            How the metric is computed over `periodDays`. `rolling` averages the
            metric across the window; `consecutive` requires the condition to
            hold on every one of the most recent `periodDays`.
          enum:
            - rolling
            - consecutive
        channelConfig:
          type: object
          description: >-
            Notification channels triggered when the alert fires. At least one
            channel must be enabled. If omitted on creation, defaults to `inapp`
            only.
          properties:
            email:
              type: object
              properties:
                enabled:
                  type: boolean
                addresses:
                  type: array
                  description: >-
                    Required when `email.enabled` is `true`. At least one valid
                    address.
                  items:
                    type: string
                    format: email
            inapp:
              type: object
              properties:
                enabled:
                  type: boolean
                  description: Show the alert in the lemlist app.
            webhook:
              type: object
              properties:
                enabled:
                  type: boolean
                  description: >-
                    Send a webhook callback. Requires a webhook subscribed to
                    the `deliverabilityAlertTriggered` event (see [Add
                    Webhook](/api-reference/endpoints/webhooks/add-webhook)).
            slack:
              type: object
              properties:
                enabled:
                  type: boolean
                  description: >-
                    Send a Slack message. Requires a Slack integration to be
                    connected on the team.
        enabled:
          type: boolean
          description: >-
            Whether the alert is currently active. Disabled alerts are not
            evaluated.
        lastCheckedAt:
          type: string
          format: date-time
          description: Last time the alert was evaluated.
        lastTriggeredAt:
          type: string
          format: date-time
          description: Last time the alert fired.
        recheckDelayHours:
          type: integer
          description: >-
            Cool-down between re-evaluations after the alert has triggered, in
            hours. Defaults to 12.
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic

````