> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFCatalogGetItemPublishStatusAsync

> Gets the status of a publish of an item.

Gets the status of a publish of an item.

## Syntax

```cpp theme={null}
HRESULT PFCatalogGetItemPublishStatusAsync(  
    PFEntityHandle entityHandle,  
    const PFCatalogGetItemPublishStatusRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`entityHandle`**   PFEntityHandle

PFEntityHandle to use for authentication.

**`request`**   [PFCatalogGetItemPublishStatusRequest\*](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcataloggetitempublishstatusrequest)

Populated request object.

**`async`**   XAsyncBlock\*<br />*Inout*

XAsyncBlock for the async operation.

### Return value

Type: HRESULT

Result code for this API operation.

## Remarks

This API is available on all platforms. When the asynchronous task is complete, call [PFCatalogGetItemPublishStatusGetResultSize](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitempublishstatusgetresultsize) and [PFCatalogGetItemPublishStatusGetResult](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitempublishstatusgetresult) to get the result.

## Requirements

**Header:** PFCatalog.h

## See also

[PFCatalog members](/services/playfab/api-references/c/pfcatalog/pfcatalog_members)


## Related topics

- [PFCatalogGetItemPublishStatusGetResult](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitempublishstatusgetresult.md)
- [Services C API overview - PFCatalog.h](/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogPublishDraftItemAsync](/services/playfab/api-references/c/pfcatalog/functions/pfcatalogpublishdraftitemasync.md)
- [PFCatalogGetItemPublishStatusGetResultSize](/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitempublishstatusgetresultsize.md)
- [PFCatalogGetItemPublishStatusRequest](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcataloggetitempublishstatusrequest.md)
