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
- 1Check response body for status URL or job ID
- 2Poll the status endpoint for completion
- 3Implement webhook callbacks if available
- 4Handle the eventual success or failure
Tags
http-status2xx-successhttp-202httpstatus-code
More in 2xx Success
http-200-okHTTP 200 OK — What It Means & How to Fix It
Informationalhttp-201-createdHTTP 201 Created — What It Means & How to Fix It
Informationalhttp-202-acceptedHTTP 202 Accepted — What It Means & How to Fix It
Informationalhttp-203-non-authoritative-informationHTTP 203 Non-Authoritative Information — What It Means & How to Fix It
Informationalhttp-204-no-contentHTTP 204 No Content — What It Means & How to Fix It
Informationalhttp-205-reset-contentHTTP 205 Reset Content — What It Means & How to Fix It
InformationalFrequently Asked Questions
Partially — the request was accepted but the result is not yet known.