> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/async-job/introduction.md ## Article Content: # About the Async Job API The Async Job API allows you to access asynchronous jobs from across Wix's APIs. Use this API to check job status (initialized, processing, etc.) and job item successes and failures. Note that this API is not useful on its own - it's a way to access asynchronous jobs from other Wix APIs. For example, Wix Stores' [Bulk Update Products by Filter](https://dev.wix.com/docs/rest/business-solutions/stores/catalog-v3/products-v3/bulk-update-products-by-filter.md). ## Use cases - [Get job results for Bulk Update Products By Filter call](https://dev.wix.com/docs/rest/business-management/async-job/sample-flows.md#get-job-results-for-bulk-update-products-by-filter-call). ## Terminology - **Job**: An asynchronous activity executed by Wix's servers. For example, bulk updating products. - **Job item**: An individual action executed as part of a job. For example, an individual product update. - **Job status**: The current stage or progress of the asynchronous job process. Statuses include: - Initialized. - Processing. - Finished. - Failed. @sdk_package_setup