Query connections
Queries all connections using various filters. The filters support globs and can match the category names and connection names. All matching is case insensitive.
Authorization
Authorization
RequiredBearer <token>The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
RequiredcategoryFilter
RequiredstringThe filter string to match categories. Categories are delimited by / if they are hierarchical. The filter supports globs.
connectionFilter
RequiredstringThe filter string to match connection names. Connection names are delimited by / if they are hierarchical. The filter supports globs.
typeFilter
RequiredstringThe filter string to connection types. Every unique type of connection like SSH or docker has its own type identifier that you can match. The filter supports globs.
The query was successful. The body contains all matched connections.