Skip to content

get_door

Fetch one door’s full record by ID.

Side effects: None (read-only).

Returns the same fields as one entry in list_doors plus the live lock and position status. Useful for confirming a door is online before reading recent events against it.

get_door(door_id="abc...", controller="default")
ParameterTypeRequiredDefaultDescription
door_idstringyesAccess door id from list_doors.
controllerstringno”default”Name of the UniFi controller to target.