Endpoint: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.
GET /api/v1/environments/{environment_uuid}/recordings
- Returns all matching recordings in one response (not paginated). Payload:
{ "items": [...] }(nototal/limit/offset). - Each item is lean metadata (
uuid,twin_uuid,environment_uuid, whitelistedmetadata). Heavy playback payloads useGET .../recordings/{recording_uuid}/data. - Optional query:
start_timestampandend_timestampas calendar datesyyyy-mm-dd(both required if filtering). The server returns recordings whose interval overlaps that UTC day range (inclusive start day through end day). - Ordering: Without date filters, items are sorted by server
timestamp(newest first). With both date params, sorted by recording start time in metadata (newest first), thentimestamp.