# GetWalkersByServer **GET /bot/walkers/** Get Walkers by server ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key ## Parameters ### Query parameters - **discordid** (string) - **pageSize** (integer) - **page** (integer) - **name** (string) - **owner** (string) - **lastuser** (string) - **walkerid** (string) - **ready** (boolean) - **use** (string) - **type** (string) Walker Type: Dinghy, Falco... - **description** (string) ## Responses ### 200 Default Response #### Body: application/json (array[object]) - **leaderid** (string) - **discordid** (string) - **walkerid** (number) - **name** (string) - **ownerUser** (string) - **lastuser** (string) - **datelastuse** (string) - **type** (string) - **use** (string) - **isReady** (boolean) - **description** (string) ### 400 Bad Request #### Body: application/json (string) string ### 401 Unauthorized #### Body: application/json (string) string ### 503 Service Unavailable #### Body: application/json (string) string [Powered by Bump.sh](https://bump.sh)