---
title: "Get overview event paged."
method: POST
path: "/events/paged"
tags: ["Events"]
---

# Get overview event paged.

`POST /events/paged`

Get overview event paged. If there are more results, you also get a continuation token which you can add to
the event filter.

## Query parameters

- `maxResults` integer

## Request body

- V2EventFilter
  - `teamid` string, nullable
  - `alertDestinations` V2AlertDestinationDetails[], nullable
    - `value` string, nullable
    - `type` 2 | 3
  - `continuationToken` V2PagedResultsPublicContinuationTokenObsolete
    - `nextPartitionKey` string, nullable
    - `nextRowKey` string, nullable
    - `nextTableName` string, nullable
  - `eventStatusCode` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 21 | 22 | 23 | 30 | 1000
  - `maxCreationDate` string, date-time, nullable
  - `minCreationDate` string, date-time, nullable
  - `modifiedSince` string, date-time, nullable
  - `textToSearch` string, nullable
  - `eventSourceId` string, nullable
  - `eventCreatorFilter` EventCreatorFilterDetails
    - `userId` string, nullable, required
    - `userCreatedFilterMode` 0 | 1 | 2

## Response `200`

Returns paged result with found events and continuation token, if database holds more events.

- PagedResultsPublicObsolete1V2OverviewEvent
  - `continuationToken` V2PagedResultsPublicContinuationTokenObsolete
    - `nextPartitionKey` string, nullable
    - `nextRowKey` string, nullable
    - `nextTableName` string, nullable
  - `hasMore` boolean
  - `results` V2OverviewEvent[], nullable
    - `alertDestination` V2AlertDestinationDetails
      - `value` string, nullable
      - `type` 2 | 3
    - `alertId` string, nullable
    - `categoryId` string, nullable
    - `acknowledgedAlerts` string[], nullable
    - `closedAlerts` string[], nullable
    - `creationTime` string, date-time
    - `createdByUserId` string, nullable
    - `eventSourceType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7
    - `eventSourceGroupId` string, nullable
    - `eventSourceId` string, nullable
    - `eventSourceTeamId` string, nullable
    - `eventStatus` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 21 | 22 | 23 | 30 | 1000
    - `id` string, nullable
    - `lastModified` string, date-time
    - `severity` 0 | 1 | 2
    - `text` string, nullable
    - `title` string, nullable

## Other responses

- `204` — No event could be found (with passed filter)
- `400` — Required parameters could not be found in the request/claims.
- `404` — Not Found
- `500` — Internal general error occurred.

---

[API](https://skmtc.net/signl4/apis/signl4-api-v1.md) · [All operations](https://skmtc.net/signl4/apis/signl4-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signl4/signl4-api-v1/versions/ddbe216a9287/schema)
