On POSTs to the /Extractions/Schedules({id})/DataScope.Select.Api.Extractions.ScheduleExtractNow API (doc), I usually get an HTTP 200 response code, but sometimes I get HTTP 202 with empty content. What does the 202 mean in this case?
The status code docs say it means an asyc operation is not yet complete. What is the async operation that is not yet completed here? I know the extraction is async, but I still expect a 200 (or a failure code) from the scheduling of the extraction.