---
title: "List all events starting after a timestamp"
method: GET
path: "/events"
tags: ["Events"]
---

# List all events starting after a timestamp

`GET /events`

This will return up to 25 events starting after (and not including) the provided timestamp. The resulting hal collection will also contain the next url you need to poll to get the next set of events.
Fetching by id is preferable to fetching by timestamp.

## Query parameters

- `starting_after_timestamp` number, required

## Response `200`

OK

- object
  - `count` number
  - `starting_after_timestamp` number
  - `starting_after_id` number
  - `last_id` number
  - `_links` object
  - `_embedded` object
    - `events` unknown[]
      - unknown

---

[API](https://skmtc.net/catsone/apis/cats-api-v3.md) · [All operations](https://skmtc.net/catsone/apis/cats-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catsone/cats-api-v3/revisions/dedbbade450d/schema)
