---
title: "GET /alert/ldeps"
method: GET
path: "/alert/ldeps"
tags: ["Alerts"]
---

# GET /alert/ldeps

`GET /alert/ldeps`

Retrieves all entities of Alert type related to multiple entities of User type

## Query parameters

- `masterids` integer[], required

## Response `200`

See definition

- Alert[]
  - `id` integer
  - `timestamp` string, date-time, required
  - `userId` integer, required — id of User
  - `status` 'Active' | 'Expired' | 'Failed' | 'Inactive' | 'TriggeredOut', required — Active, Expired, Failed, Inactive, TriggeredOut
  - `expression` string, required
  - `validUntil` string, date-time
  - `triggerLimits` integer
  - `triggeredCounter` integer
  - `failure` string
  - `message` string

---

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