Routers
List routers
Search, filter and sort the routers, firewalls, switches and access points of your workspace. Paginated in the database.
Required scope infrastructure:read
/routersAuthorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Query parameters
searchstringFree-text search on the equipment name.
typestringKeep only equipment of this kind.
locationstringKeep only equipment at this location.
criticalitystringKeep only equipment at this business criticality.
sortstringField to sort on.
directionenum<string>Sort direction.
Available options: asc, desc
limitintegerdefault 50Page size. Clamped to [1, 200] — out-of-range values are silently brought back into range, never rejected.
min: 1 · max: 200
offsetintegerdefault 0Number of items to skip. Floored at 0.
min: 0
Response200 · application/json
A page of equipment.
dataany[]requiredThe page of items.
paginationobjectrequiredOffset pagination envelope shared by every paginated list endpoint.