> For the complete documentation index, see [llms.txt](https://docs.monokot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monokot.io/time-series-and-stores/rest-connectivity/timeseries.md).

# TimeSeries

The TimeSeries object is intended to obtain data on time series.

### Fields

| **Name** | **Description**                                                                                                            |
| -------- | -------------------------------------------------------------------------------------------------------------------------- |
| path     | Contains string path to time series.                                                                                       |
| comment  | Contains comment for time series.                                                                                          |
| samples  | Contains an array of time series samples. Each sample is represented by a [ValueState](/scripts/api/valuestate.md) object. |
