All HTTP status codes
HTTP 202 Accepted
SuccessThe request was accepted for processing, but processing hasn't completed — and may still fail. Common for queued/asynchronous jobs.
Defined in RFC 9110
Common causes
- Async job queues, batch imports, long-running tasks behind an API
How to fix it
Provide a status URL or webhook so clients can track completion
Clients should not assume the work succeeded — poll the job status
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.