Fs Job
A job entity represents a long-running operation initiated by any asynchronous operation. It encapsulates the details, status, and progress of the operation, providing a mechanism for tracking and managing the task over time. The identifier of the job can be used to get the status of the job.
For more details about async operations click here
Location header
For partially asynchronous operations, responses will include a location header containing the job identifier. This identifier can be used to track the status of the job.
Note: job details are only available for a 30-day period.