Get People/Vehicle CountsAsk AIget https://api.verkada.com/cameras/v1/analytics/object_countsReturns the count of people and vehicles within a specified time range.Query Paramsorg_idstringrequiredThe unique identifier of the organization.camera_idstringrequiredThe unique identifier of the camera.start_timeintegerThe start of the time range for requested counts. Formatted as a Unix timestamp in seconds. Default value is an hour ago from the current time.end_timeintegerThe end of the time range for requested counts. Formatted as a Unix timestamp in seconds. Default value is the current time.page_tokenstringThe pagination token used to fetch the next page of results.page_sizeinteger0 to 200Defaults to 100The number of items returned in a single response. Default is 100. Max is 200.Response 200OKUpdated about 3 years ago