{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.devtools.tools"},{"@type":"ListItem","position":2,"name":"HTTP Status Codes","item":"https://www.devtools.tools/http-status"},{"@type":"ListItem","position":3,"name":"202 Accepted","item":"https://www.devtools.tools/http-status/202"}]}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.