# List widgets **GET /widgets** This endpoint returns a list of widgets. ## Servers - Production: https://example.com (Production) ## 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)) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Bad Request #### Body: application/problem+json (object) - **title** (string) A short, human-readable summary of the problem. - **detail** (string) A human-readable explanation specific to this occurrence of the problem. - **status** (integer) The HTTP status code generated by the origin server for this occurrence of the problem. - **errors** (array[object]) A list of validation errors that occurred while processing the request. [Powered by Bump.sh](https://bump.sh)