# List widgets **GET /widgets** ## Servers - https://www.example.com: https://www.example.com () ## Parameters ## Responses ### 200 successful #### Headers - **Cache-Control** (string) This header declares the cacheability of the content so you can skip repeating requests. #### Body: application/json (array[object]) - **id** (string(uuid)) - **title** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 429 too many requests #### Headers - **X-Rate-Limit-Limit** (integer) The number of allowed requests in the current period - **X-Rate-Limit-Remaining** (integer) The number of remaining requests in the current period - **X-Rate-Limit-Reset** (integer) The number of seconds left in the current period [Powered by Bump.sh](https://bump.sh)