/host-store/api/v1/hostsAsk AIget https://example.com/host-store/api/v1/hostsGet hostsQuery ParamsoffsetintegerDefaults to 0Offset from which to start fetching objectslimitintegerDefaults to 50Maximum number of objects to returnsortkeystringDefaults to idSort by specific object propertysortdirstringenumDefaults to ASCSort direction, asc or descASCDESCAllowed:ASCDESCfilterstringenumFilter hosts - possible values: accessible (filter hosts based on whether the current user has access to them) and configured (list only hosts with services)accessibleconfiguredAllowed:accessibleconfiguredHeadersAuthorizationstringrequiredDefaults to Bearer a-proper-token-goes-hereOAuth2 tokenResponses 200Successful request, respond with a list of hosts 400Bad request 401Unauthorized request, OAuth2 authorization missing or invalid 403Unauthorized request, OAuth2 authorization OK but scope insufficient 404Resource not found 500Internal server errorUpdated over 2 years ago