Fetch details of a specific video recall

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Purpose: Use this endpoint to view the details of a specific video recall request. Retrieves the details, current status, and camera-specific results of a specific video recall request, including download URLs for recalled videos when available.

Response Parameters

id

  • Type: String
  • Description: The unique identifier of the video recall request.

status

  • Type: String
  • Description: The current status of the video recall request.

primary_entity

  • Type: String
  • Description: Indicates whether the video recall request is associated with a vehicle or an asset.

vehicle

  • Type: Object
  • Description: Contains the details of the vehicle associated with the video recall request.

id

  • Type: Integer
  • Description: The unique identifier of the vehicle.

number

  • Type: String
  • Description: The vehicle number associated with the video recall request.

start_time

  • Type: String
  • Description: The start time of the requested video recall window in ISO 8601 format.

end_time

  • Type: String
  • Description: The end time of the requested video recall window in ISO 8601 format.

recall_type

  • Type: String
  • Description: The type of video recall request. Possible values include regular and timelapse.

created_at

  • Type: String
  • Description: The timestamp when the video recall request was created, in ISO 8601 format.

updated_at

  • Type: String
  • Description: The timestamp when the video recall request was last updated, in ISO 8601 format.

cameras

  • Type: Array of Objects
  • Description: Contains the list of camera-specific results for the video recall request.

position

  • Type: String
  • Description: The position of the camera for which the recalled video result is returned, such as front_facing or driver_facing.

status

  • Type: String
  • Description: The current status of the recalled video for the specific camera.

download_url

  • Type: String
  • Description: The secure download URL for the recalled video for the specific camera.

expires_at

  • Type: String
  • Description: The timestamp when the download URL expires, in ISO 8601 format.

device_type

  • Type: String
  • Description: The type of device from which the recalled video was retrieved, such as dashcam.

Path Params
string
required

Specify the ID of the request for which you want to view the recalled video.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json