cURL
curl --request GET \ --url https://gdeltcloud.com/api/alerts \ --header 'Authorization: Bearer <token>'
{ "success": true, "alerts": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "sql_query": "<string>", "tables_used": [ "<string>" ], "check_frequency": "hourly", "notification_email": "[email protected]", "enabled": true, "created_at": "<string>", "updated_at": "<string>", "description": "<string>", "natural_language_description": "<string>", "last_triggered_at": "<string>", "last_check_at": "<string>" } ] }
Retrieves all alert rules for the authenticated user, ordered by creation date
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes