Fetch the video recall quota of your company

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

Purpose: Video Recall Requests (VRRs) are requests to retrieve specific dashcam or Omnicam footage for a chosen time window from a vehicle or asset. Use this endpoint to retrieve the current Video Recall Request (VRR) quota usage and API rate-limit information for your company.

Quotas are enforced to help ensure fair and reliable access to video retrieval through the API, especially for automated workflows that can generate high request volume.

Quota usage is measured in minutes of requested video and is tracked separately by recall type, such as regular and timelapse. Quota values are company-specific and may vary based on your configuration.

The response also includes the current per-company API rate limit for VRR requests.

Response Parameters

quota_info

  • Type: Object
  • Description: Contains the video recall quota details for the company.

regular

  • Type: Object
  • Description: Contains the quota usage details for regular video recall requests.

used_minutes

  • Type: Integer
  • Description: The number of regular video recall minutes used by the company in the current quota period.

remaining_minutes

  • Type: Integer
  • Description: The number of regular video recall minutes remaining for the company in the current quota period.

total_minutes

  • Type: Integer
  • Description: The total number of regular video recall minutes allocated to the company for the current quota period.

timelapse

  • Type: Object
  • Description: Contains the quota usage details for timelapse video recall requests.

used_minutes

  • Type: Integer
  • Description: The number of timelapse video recall minutes used by the company in the current quota period.

remaining_minutes

  • Type: Integer
  • Description: The number of timelapse video recall minutes remaining for the company in the current quota period.

total_minutes

  • Type: Integer
  • Description: The total number of timelapse video recall minutes allocated to the company for the current quota period.

rate_limit

  • Type: Object
  • Description: Contains the API rate-limit details for the company.

requests_per_minute

  • Type: Integer
  • Description: The maximum number of requests allowed per minute for the company.

Response

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