Read without changing server state.
Section: HTTP method semantics
GET retrieves data
http
http
GET /products/sku_123Explanation
GET is safe and should not mutate state. It is commonly cacheable and bookmarkable.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing HTTP method semantics
POST creates or triggers processing
Submit a new resource or command-like workflow.
OPTIONS advertises supported interactions
Inspect available methods or CORS capabilities.