curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/anomalies \
--header 'Authorization: Bearer <token>'{
"anomalies": [
{
"id": "<string>",
"type": "rate_spike",
"severity": "low",
"agentId": "<string>",
"principalId": "<string>",
"description": "<string>",
"metadata": {},
"detectedAt": "2023-11-07T05:31:56Z",
"acknowledgedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/anomalies \
--header 'Authorization: Bearer <token>'{
"anomalies": [
{
"id": "<string>",
"type": "rate_spike",
"severity": "low",
"agentId": "<string>",
"principalId": "<string>",
"description": "<string>",
"metadata": {},
"detectedAt": "2023-11-07T05:31:56Z",
"acknowledgedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}