Monitoring Alerts
List Monitoring Alerts
List all monitoring alerts. This endpoint requires a valid API key (X-API-KEY) to be provided in the headers and is rate limited to 5 requests per second.
get/api/v1/monitoring/alerts
Query parameters
created_beforestring date-time
created_afterstring date-time
order_bystring[]
limitinteger
offsetinteger
Response
OK
Example response
{
"alerts": [
{
"flagged_people": [
{
"name": "Dara Khosrowshahi",
"job_title": "Chief Executive Officer",
"linkedin_url": "https://www.linkedin.com/in/dara-khosrowshahi-9b1a8b/",
"profile_picture": "https://media.licdn.com/dms/image/D4D03AQGDnwFEps6idg/profile-displayphoto-shrink_200_200/0/1673360179524?e=1688601600&v=beta&t=bpXAkQdRR7liIMck3FQ7maRE-XeMwtChfWt73oB7YZ0",
"state_province": "California",
"city": "San Francisco",
"country": "United States",
"start_date": "1995-07-14",
"other_active_positions": [
{
"company_name": "ACME LLC.",
"title": "Co-founder & CEO",
"start_date": "2018-09-01"
}
]
}
]
}
]
}