POST
/
api
/
v1
/
alerts
{
  "limit": "integer",
  "offset": "integer"
}
{
  "items": {
    "created_at": "string",
    "customer_external_id": "string",
    "id": "string",
    "last_revision": {
      "agent_id": "string",
      "comment": "string",
      "created_at": "string",
      "customer_revision_id": "string",
      "id": "string",
      "profile_date": "integer",
      "revision_number": "integer",
      "score": "integer",
      "state": "integer",
      "top_category": "string"
    },
    "profile_number": "string"
  },
  "type": "any"
}

Body parameters

limit
integer
offset
integer

Response body

items
AlertWithLastRevision
type
any