# List Gateways List Gateways Endpoint: GET /gateways/ Version: v1 Security: ApplicationKey ## Query parameters: - `space.id` (string) Id of Space - `organisation.id` (string) Id of Organisation - `product.id` (string) Id of Product - `limit` (integer) Max number of rows to return Example: 20 - `page` (integer) Section of rows to return e.g. 0, 1 or 2 - `sort` (string) Sort by Ascending or Descending order Default: DESC Enum: "ASC", "DESC" - `order` (string) Order by column e.g. id ## Response 200 fields (application/json): - `id` (string) Example: "gty_123abc456" - `serialNumber` (string) Example: "abc_23243456" - `name` (string) Example: "Test Gateway" - `product` (object) - `isOnline` (boolean) Example: true - `lora` (object) - `lora.gatewayId` (string) Example: "123abc456def" - `lastSeenAt` (integer) Example: 1631707207000