Error Codes Wiki

HTTP 202 Accepted — Request Queued for Processing

Informational2xx success

Overview

HTTP 202 Accepted means the request was received but not yet processed. The operation is queued.

Key Details

  • Status: 202 Accepted
  • Category: 2xx Success
  • Request accepted for processing
  • Processing has not completed yet

Common Causes

  • Asynchronous operation started
  • Request queued for background processing
  • Batch job submitted
  • Long-running task initiated

Steps

  1. 1Check response body for status URL or job ID
  2. 2Poll the status endpoint for completion
  3. 3Implement webhook callbacks if available
  4. 4Handle the eventual success or failure

Tags

http-status2xx-successhttp-202httpstatus-code

More in 2xx Success

Frequently Asked Questions

Partially — the request was accepted but the result is not yet known.