I have an endpoint that looks something like this: GET: /v1/resourcebeingcreated/status
Is there a preferred HTTP status code to return (beyond 200 with a response body that explains "in progress") if the loading/creation of this resource is in progress but not complete?
If not, is the best way to return the "in progress" status in a header or the response body?