---
title: "Get event"
method: GET
path: "/events/{id}"
tags: ["Events"]
---

# Get event

`GET /events/{id}`

## Path parameters

- `id` string, required

## Response `200`

Event details

- EventDetail — Full monitor event including payload data and optional X event ID.
  - `id` string, required
  - `type` 'tweet.new' | 'tweet.reply' | 'tweet.retweet' | 'tweet.quote', required — Type of monitor event fired when account activity occurs.
  - `username` string, required
  - `monitorId` string, required
  - `occurredAt` string, date-time, required
  - `data` object, required — Event payload — shape varies by event type (JSON)
  - `xEventId` string

## Other responses

- `401` — Unauthenticated
- `402` — Payment required. Returns a WWW-Authenticate header with an MPP challenge for pay-per-use endpoints, or indicates a subscription/credit issue for identity-authenticated endpoints.
- `404` — Not found

## Changes

- **2026-04-25** `2adc33156b4b` — 4 warning, 9 info
  - added the new `insufficient_credits` enum value to the `error` response property for the response status `401`
  - added the new `insufficient_credits` enum value to the `error` response property for the response status `404`
  - added the new `no_credits` enum value to the `error` response property for the response status `401`
  - added the new `no_credits` enum value to the `error` response property for the response status `404`
  - …9 more

[Change history](https://skmtc.dev/xquik-dev/apis/xquik-api/changes/events/:id/get.md)

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xquik-dev/xquik-api/revisions/2adc33156b4b/schema)
