> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EpisodeSchema

# EpisodeSchema

## Properties

| Name             | Type                          | Description                                                                                                                                                           | Notes       |
| ---------------- | ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **uuid**         | **str**                       |                                                                                                                                                                       |             |
| **task\_name**   | **str**                       |                                                                                                                                                                       |             |
| **twins**        | **List\[str]**                |                                                                                                                                                                       |             |
| **started\_at**  | **int**                       |                                                                                                                                                                       |             |
| **finished\_at** | **int**                       |                                                                                                                                                                       |             |
| **metadata**     | **Dict\[str, object]**        |                                                                                                                                                                       |             |
| **created\_at**  | **datetime**                  |                                                                                                                                                                       |             |
| **updated\_at**  | **datetime**                  |                                                                                                                                                                       |             |
| **created\_by**  | **str**                       |                                                                                                                                                                       | \[optional] |
| **updated\_by**  | **str**                       |                                                                                                                                                                       | \[optional] |
| **audio**        | **List\[Dict\[str, object]]** | Trimmed MP3 audio companions for this episode, each with a signed playback URL (twin\_uuid, sensor\_id, format, first/last\_timestamp\_us, duration\_s, signed\_url). | \[optional] |
