202
Accepted
Success (2xx)·RFC 9110
What 202 means
The request was accepted for processing, but the processing is not yet complete.
Used for asynchronous work — the request is queued and will be handled later, with no guarantee of the eventual outcome.
Success (2xx)
The request was successfully received, understood and accepted.
Other 2xx codes
FAQ — 202
What does HTTP 202 mean?
202 Accepted: The request was accepted for processing, but the processing is not yet complete. Used for asynchronous work — the request is queued and will be handled later, with no guarantee of the eventual outcome.
Which class does status code 202 belong to?
202 is a Success (2xx) code. The request was successfully received, understood and accepted.
Where is the 202 code defined?
Status code 202 is defined in RFC 9110 and is part of the IANA HTTP Status Code Registry.