← All status codes
2xx Success
202
Accepted
The request was accepted but has not been processed yet.
What it means
A 202 Accepted response means the server received the request and intends to process it, but has not finished. This is used for asynchronous operations where the server cannot or will not produce an immediate result.
Common causes
- A long-running task was queued for background processing.
- An asynchronous job was submitted successfully.
How to fix it
- No action needed. Check back later for the final result, often through a status endpoint.
Test a URL and see its actual status code now.
Open the checker →