v1
latestOpenAPI 3.1.02026-07-2617501.1 MBFetch the available timelines for an asset
get/v1/video_recall_requests/assets/available_timelines
Query parameters
asset_namestring
Specify the number of the asset for which you want to view the available timelines.
Response
200
Example response
{
"asset": {
"id": 175283,
"name": "Asset-3723"
},
"primary_entity": "asset",
"quota_info": {
"regular": {
"used_minutes": 190,
"remaining_minutes": 810,
"total_minutes": 1000
},
"timelapse": {
"used_minutes": 1425,
"remaining_minutes": 1575,
"total_minutes": 3000
}
}
}