Skip to main content

No Recordings

GET 

https://demo.frigate.video/api/recordings/unavailable

Get time ranges with no recordings.

Request​

Query Parameters

    cameras Cameras
    Default value: all
    before Before
    after After
    scale Scale
    Default value: 30

Responses​

Successful Response

Schema
  • Array [
  • object
  • ]
import http.client

conn = http.client.HTTPSConnection("demo.frigate.video")
payload = ''
headers = {
'Accept': 'application/json'
}
conn.request("GET", "/api/recordings/unavailable", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
Request Collapse all
Base URL
https://demo.frigate.video/api
Parameters
— query
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!