HTTP

202 Accepted

The request has been accepted for processing, but the processing has not been completed. The request might or might not eventually be acted upon.

When You See This Code

For async operations like batch jobs, email sending, or background tasks that take time to complete.

How to Fix

Poll the provided status URL or wait for a callback/webhook.

Specification

View RFC / Specification →