I have an endpoint that looks something like this: GET: / V 1 / resourcebeingcreated / status
Is there a preferred HTTP status code for return (beyond 200 with a response body that explains βin processβ) if loading / creating this resource is done but not completed?
If not, is this the best way to return the status "in progress" in the header or in the response tag?
source share