status Registered
Verified 2026-09-18 · registry updated 2025-09-15

HTTP 202 Accepted

The request was accepted for processing, but processing has not completed.

Use 202 for asynchronous jobs and provide a way to check their status.

httpstatus codeasyncjobs

Response (http)

HTTP/1.1 202 Accepted

Use 202 for asynchronous jobs and provide a way to check their status.

Common mistakes

  • Treating 202 as if the operation succeeded; the work is still pending and can fail.

Registry reference: RFC9110, Section 15.3.3

Permalink: https://merginit.com/reference/http/status-202