client.gamma.events.getEventById fetches a single event with extensive metadata—market snapshots,
volume metrics, imagery, chat details, and template information.
Request
Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
id | number (≥ 0) | ✅ | Event ID. |
include_chat | boolean | Include chat metadata. | |
include_template | boolean | Include template metadata. |
Response
The API returns a singleEvent object. Fields match those surfaced by the Polymarket app: titles,
descriptions, imagery, liquidity/volume metrics, nested markets, tags, chat rooms, and more.
Usage example
Failure modes
idmust be numeric.