202 Accepted

2xx Success. The request has been accepted for processing, but processing is not yet complete.

2xx Success

What it means

The request has been accepted for processing, but processing is not yet complete.

Common causes

Used for asynchronous operations where the server queues the work rather than completing it immediately.

How to fix it

No fix needed — poll a status endpoint or wait for a callback/webhook to confirm completion.

Frequently asked questions

What does HTTP 202 mean?

The request has been accepted for processing, but processing is not yet complete.

What causes a 202 Accepted?

Used for asynchronous operations where the server queues the work rather than completing it immediately.

How do I fix a 202 error?

No fix needed — poll a status endpoint or wait for a callback/webhook to confirm completion.

Other 2xx Success codes