# Get video upload metrics Get video upload metrics for the provided camera ID Endpoint: GET /cameras/{cameraId}/video-upload-metrics Version: 0.0.1 Security: o_auth ## Path parameters: - `cameraId` (string, required) the camera ID of the camera ## Response 200 fields (application/json): - `uploadSize` (integer) - `uploadTime` (number) ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 404 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields