---
title: "POST /timeline/list"
method: POST
path: "/timeline/list"
tags: ["Timeline"]
---

# POST /timeline/list

`POST /timeline/list`

## Response `200`

- TimelineResponse
  - `results` Log[]
    - `id` string, nullable
    - `_ts` string, date-time
    - `deleted` boolean
    - `userId` string, nullable
    - `origin` string, nullable
    - `poolId` string
    - `logTimestamp` string, date-time
    - `weather` WeatherSummary
      - `timestamp` string, date-time
      - `desc` string, nullable
      - `icon` integer, nullable
      - `temp` number, double, nullable
      - `tempFeelsLike` number, double, nullable
      - `relHumidity` integer, nullable
      - `windDir` integer, nullable
      - `windDirDesc` string, nullable
      - `windSpeed` number, double, nullable
      - `windGustSpeed` number, double, nullable
      - `uvIndex` integer, nullable
      - `uvIndexDesc` string, nullable
      - `visibility` number, double, nullable
      - `cloudCover` integer, nullable
      - `pressure` number, double, nullable
      - `precipPast24Hours` number, double, nullable
    - `weatherLogId` string
  - `continuationToken` string

---

[API](https://skmtc.dev/poolmathapp/apis/my-title.md) · [All operations](https://skmtc.dev/poolmathapp/apis/my-title/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/poolmathapp/my-title/revisions/f50b2025f204/schema)
