get https://api.sportradar.com/tennis//v3//sport_events/updated.
Returns a list of all sport events that have been updated in the last 24 hours.
<Callout icon="⏱️" theme="default">
### Update Frequency
60s Time To Live / Cache
</Callout>
> 📘 Pagination Note
>
> Pagination will often be required to pull all data within this feed. By default, the feed will return 200 sport events.
***
<br />
<html>
<head>
<style>
.smallfont a {
font-size: 95%
}
div.smallfont {
font-size: 82%;
}
</style>
</head>
<body>
## Data Points
<details>
<summary><b><u>Sport Event:</u></b></summary>
<div class="smallfont">
| Attribute | Parent Element | Type | Description |
| ------------ | --------------------- | --------- | ----------------------------------------------------------------------- |
| `id` | `sport_event_udpated` | String | Unique ID for an updated sport event<br>ex. `sr:sport_event:52001731` |
| `updated_at` | `sport_event_udpated` | Date-time | Timestamp for an updated sport event<br>ex. `2024-07-29T15:37:39+00:00` |
</div>
</details>
</body>
</html>