v1

latestOpenAPI 3.0.02026-08-041326126.6 KB
Endpoints
Anomalies

Anomalies

This endpoint provides the same information that is available on the Anomalous Activity page.

get/reporting/anomalies/v1

Query parameters

after_checkpointstring

Return only anomalies that were created after this one. Use with the output of the 'checkpoint' field to iteratively retrieve all anomalies from the API where the total exceeds the maximum query limit.

limitinteger

The maximum number of anomalies to return.

Response

Request was successfully processed

statusinteger required

The HTTP status of the response

has_moreboolean required

True if there are more anomalies that can be immediately retrieved.

Example response

{
  "data": [
    {
      "id": "916ab7bb-efa2-4b61-b7f3-7f45fb9c8f72",
      "links": {
        "portal_url": "https://example.tessian-platform.com/0/anomalies/916ab7bb-efa2-4b61-b7f3-7f45fb9c8f72"
      },
      "address": "another.user@example.com",
      "anomalous_period_start": "2018-02-14T10:58:55.253005Z",
      "anomalous_period_end": "2018-02-14T10:58:55.253005Z",
      "trigger_ids": [
        "83023-102",
        "49284-197",
        "58222-85"
      ]
    }
  ]
}