Jul 30, 2025 - v1.92.1
Self-hosted
New Features
Agent Queries
New logical "or" syntax has been added when querying agents.
You can combine query values with a comma to get agents with a field matching either value. For example, to get agents that are either connected or disconnected, you would use the query
status:connected,disconnected
.This feature can be used in the UI when filtering the agents table or with the API.
Last updated
Was this helpful?