List Alert Configs

GET /alerts/alert-configs

Get all of the team's alert configurations.

TOKEN

Authentication

This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.

URL

https://api.podengine.ai/api/v1/alerts/alert-configs

Code Example

API Specification

Query Parameters

PropertyTypeDescription
enabledoptional
boolean

alertConfigIdoptional
string

sortByoptional
enum ⓘ

Allowed values

lastRunDatealertName

sortDirectionoptional
enum ⓘ

Allowed values

ascdesc

200

Success Response

PropertyTypeDescription
status
literal: OK

data
object

options
object

enabledoptional
boolean

alertConfigIdoptional
string

sortByoptional
enum ⓘ

Allowed values

lastRunDatealertName

sortDirectionoptional
enum ⓘ

Allowed values

ascdesc

alertConfigs
array
of
object

id
string

createdByUserId
string

teamId
string

createdAt
date

updatedAt
date

alertName
string

alertType
enum ⓘ

Allowed values

personcompanycustom-keyword

enabled
boolean

alertSettings
intersection

emailSettings
object

frequency
enum ⓘ

Allowed values

hourlydailyweekly

lastRunDatenullable
date