Typical success responses for reads.
Section: Common API Response Patterns
GET success codes
text
text
200 OK
206 Partial Content
304 Not ModifiedExplanation
`200` is the common success response for normal reads; `206` is used with range requests; `304` is used with conditional requests.
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 Common API Response Patterns
Authentication and authorization codes
The most common auth-related status codes.
Rate limiting and overload codes
Responses commonly used when a client must back off.
HTTP status code classes
Understand the five categories of HTTP responses.
Debug status codes in the right order
A quick flow for deciding where a problem lives.
Check headers and status with curl
Inspect the response line and headers only.