Explore Library
Quiz

Correct Status Code for Async Resource Creation

Choosing the right HTTP verb and status code when a POST triggers background processing.

A client sends POST /reports to generate a report. The server validates the request, queues the job for background processing, and the report is not yet available. Which response is most appropriate?