client.gamma.series.getSeriesById fetches a specific series, including nested events, chat details,
and tags.
Request
Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
id | number (≥ 0) | ✅ | Series ID. |
include_chat | boolean | Include chat metadata. |
Response
An array containing oneSeries object (consistent with the upstream API). Fields match the
structure returned by List Series.
Usage example
Failure modes
idmust be numeric.