Skip to main content

XblTitleStorageGetBlobMetadataAsync

Gets a list of blob metadata objects under a given path for the specified service configuration, storage type and storage ID.

Syntax

Parameters

xboxLiveContext   _In_
Type: XblContextHandle
An xbox live context handle created with XblContextCreateHandle. serviceConfigurationId   _In_z_
Type: char*
The Service Configuration ID (SCID) for the title. The SCID is considered case sensitive so paste it directly from the Partner Center. storageType   _In_
Type: XblTitleStorageType
The storage type to get blob metadata objects for. blobPath   _In_z_
Type: char*
The root path to enumerate. Results will be for blobs contained in this path and all subpaths. (Optional) xboxUserId   _In_
Type: uint64_t
The XBOX User ID of the title storage to enumerate. Ignored when enumerating GlobalStorage, so passing 0 is acceptable. (Optional) skipItems   _In_
Type: uint32_t
The number of items to skip before returning results. (Optional) maxItems   _In_
Type: uint32_t
The maximum number of items to return. Pass 0 to attempt to retrieve all items. (Optional) async   _In_
Type: XAsyncBlock*
Caller allocated AsyncBlock.

Return value

Type: HRESULT HRESULT return code for this API operation.

Remarks

To get the result, call XblTitleStorageGetBlobMetadataResult inside the AsyncBlock callback or after the AsyncBlock is complete.

REST Call

V1 GET trustedplatform/users/xuid()/scids//data/?maxItems=[skipItems=]
V1 GET json/users/xuid()/scids//data/?maxItems=[skipItems=]
V1 GET global/scids//data/?maxItems=[skipItems=]

Requirements

Header: title_storage_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

title_storage_c
Last modified on August 20, 2026