← All status codes
202

Accepted

The request was accepted but hasn't been processed yet. Used for async operations — the server is saying "I got it, I'll handle it later." Common with job queues and webhooks.

COMMON CAUSES

Async processing — the server queued the work for later
Webhook received and acknowledged

HOW TO FIX IT

Nothing to fix — the server accepted the work

What this means for monitoring

For async endpoints, 202 is the expected response. The actual processing happens later. You may want a separate monitor for the downstream job.

Related status codes

2xx Success

Get alerted when your endpoints return unexpected status codes.

Larm checks your HTTP endpoints from multiple global locations and alerts you when they return status codes outside your expected range.