Rest API - Advanced Patterns
A client sends a request to start a long-running operation. The server responds with status 202 and a Location header set to "/jobs/789/status". What will the client receive when it sends a GET request to that URL if the job is still running?
