post https://{region}.verkada.com/cameras/v1/video_tagging/event/search
This method can be used to search for either a single or multiple Helix Events that have already been posted to Command. In the return message, the users will be able to see the corresponding attribute keys and attribute values for those specific Helix Events.
The only required parameters to search for Helix Events is a Verkada API Token with Helix permissions. Users will be returned a complete list of all Helix Events that are currently available in Command. Users can further narrow down their search by adding:
- Camera ID: returns all Helix Events linked to that specific camera or list of cameras.
- Event Type UID: returns all Helix Events that share that specific Event Type UID.
- Start and End Times: returns all Helix Events that have occurred during that time range.
- Attributes Keys and Values: returns all Helix Events that have attributes keys and values matching the user's entered parameters.