# Fetch the surveys filled in by the current user **GET /users/{user_id}/surveys** Fetch the surveys filled in by the current user. The name param is optional, if it's missing, all the surveys created by the user will be returned. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id ### Query parameters - **name** (string) ## Responses ### 200 The surveys list filled in by current user #### Body: (array[object]) - **name** (string) - **data** (object(json)) [Powered by Bump.sh](https://bump.sh)