---
title: "List Alerts"
method: GET
path: "/api/lead-recontact-alerts"
tags: ["Lead Recontact Alerts"]
---

# List Alerts

`GET /api/lead-recontact-alerts`

List recontact alerts (newest first).

Scope: a company **admin** may follow the leads board's filters
(``user_ids``/``team_ids``) and sees the whole company by default — so the
banner mirrors what the board shows for anyone doing oversight. A **non-admin**
always stays scoped to their own visible teams and cannot widen via the
client-supplied filters.

## Query parameters

- `status` string — 'unread' | 'read' | 'archived' | 'all'
- `limit` integer
- `offset` integer
- `user_ids` integer[], nullable — Leads board 'Utilizador' filter — scope alerts to these lead owners.
- `team_ids` integer[], nullable — Leads board 'Fluxo de Atribuição' filter — scope alerts to these funnels.

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
