# Get Block By Id **GET /blocks/{block_id}** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **block_id** (integer) ## Responses ### 200 Successful Response #### Body: application/json (object) - **id** (integer | null) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) - **storage** (integer | null) - **resolver** (string) - **content** (string) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)