getItemStatus
FunctiongetItemStatus(requestOptions: IItemStatusOptions): Promise<IGetItemStatusResponse>Inquire about status when publishing an item, adding an item in async mode, or adding with a multipart upload. See the REST Documentation for more information.
import { getItemStatus } from "@esri/arcgis-rest-portal";
getItemStatus({
  id: "30e5fe3149c34df1ba922e6f5bbf808f",
  authentication
})
  .then(response)Parameters
| Parameter | Type | Notes | 
|---|---|---|
request | IItemStatusOptions | Options for the request  | 
Returns
Promise<IGetItemStatusResponse>A Promise to get the item status.