Returns a paginated list of available videos based on filtering specifications. Use this endpoint to poll whether requested videos have been prepared and are available for downloading. Each element specifies the video source, time range, and provides a downloadable link (which may be valid temporarily).
Security
apiKey
- Mock serverhttps://docs.haulerhero.com/_mock/vision/video-hero/v1/videos
- https://api.yourcompany.comhttps://api.yourcompany.com/video-hero/v1/videos
curl -i -X GET \
'https://docs.haulerhero.com/_mock/vision/video-hero/v1/videos?customerId=123e4567-e89b-12d3-a456-426614174000&truckId=truck-5201&cameraId=front&requestId=req-abc123-def456&startTime=2026-02-04T08%3A30%3A00Z&endTime=2026-02-04T08%3A35%3A00Z&page=1&pageSize=20' \
-H 'API-KEY: YOUR_API_KEY_HERE'Response
{ "success": true, "data": { "videos": [ … ], "pagination": { … } } }