# Full-text search on data **GET /data/search** Search the stored data using full-text search. ## Servers - Main production server: https://api.kartsriv.com/v1 (Main production server) ## Parameters ### Query parameters - **searchTerm** (string) The term to search for in the data. ## Responses ### 200 Successful search results #### Body: application/json (array[object]) - **id** (string) - **name** (string) - **value** (object) ### 400 Invalid search query #### Body: application/json (object) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)