/trail-index/api/v1/index/searchAsk AIpost https://example.com/trail-index/api/v1/index/searchSearch for the content based on the search parameters definedQuery ParamsoffsetintegerDefaults to 0Offset from which to start fetching objectslimitintegerDefaults to 50Maximum number of objects to returnsortdirstringenumDefaults to ASCSort direction, asc or descASCDESCAllowed:ASCDESCBody ParamskeywordsstringComma or space-separated strings to search across all connection attributes. The leading and trailing wildcards for the keywords are implicit.protocolstringenumSSHRDPAllowed:SSHRDPconnection_idstringdefines the connection id to be searched forchannel_idstringdefines the channel id to be searched forstart_timedate-timedefines the start time for search - abosulte timestamp in the connectionend_timedate-timedefines the end time for search - absolute timestamp in the connectionstart_positionintegerspecifies the start position to search for in milliseconds - relative to the start of connectionend_positionintegerspecifies the end position to search for in milliseconds - relative to the start of connectionHeadersAuthorizationstringrequiredDefaults to Bearer a-proper-token-goes-hereOAuth2 tokenResponses 200Successful request, respond with a list of connections 400Bad request 401Unauthorized request, OAuth2 authorization missing or invalid 403Unauthorized request, OAuth2 authorization OK but scope insufficient 404Resource not found 500Internal server errorUpdated over 4 years ago