HTTP 202 Accepted — What It Means
What HTTP status code 202 Accepted means, when servers return it, and how to handle it correctly.
Published September 22, 2026
HTTP 202 Accepted — The request has been accepted for processing, but the processing has not been completed yet.
Key points
- Used for asynchronous processing where the result isn't available immediately
- Indicates the request was well-formed and understood but the actual work happens later, often via a queue
- Does not guarantee the operation will ultimately succeed