get_station_check_history
Retrieve a station's automated stream-check history by UUID, with an optional seconds window (e.g., 86400 for last day) to bound the response.
Instructions
Automated stream-check history for a station (GET /json/checks).
Args:
station_uuid: Station uuid.
seconds: Only checks newer than this many seconds. The API ignores
`limit` here (verified live), so use `seconds` to bound the
response — e.g. 86400 for the last day. Defaults to 0, which
returns the FULL history (can be thousands of entries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | No | ||
| timeout | No | ||
| station_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |