Documentation

​
​

Development

User Acquisition

Monetization

Industry

Unity Gaming Services CLI

v1.8

Legacy
​

GitHub Repository

Unity Gaming Services CLI

v1.8

Legacy
​

Unity Gaming Services CLI
​
​
Cloud Save
  • Overview
  • Commands
    • Data Custom
      • Get Custom Data Items
      • List Custom Data Ids
      • Query Custom Data
      • Set Custom Data Items
    • Data Index
    • Data Player
  1. Overview
  2. Cloud Save

Get Custom Data Items

Retrieves saved data values for all keys specified, ordered alphabetically in pages of 20.
Read time 1 minute
Last updated 3 months ago

Retrieves saved data values for all keys specified, ordered alphabetically in pages of 20. If no keys are supplied then returns all keys, ordered alphabetically in pages of 20.
Authentication Required:
Yes
ugs cloud-save data custom get [options]

Options

Alias

Description

project-id-p, --project-idThe Unity cloud project ID.
environment-e, --environment-nameThe services environment name.
custom-id--custom-idThe ID of the custom entity to retrieve data for.
keys--keysThe keys to retrieve, separated by commas, e.g "key1,key2". If not set, all keys will be retrieved.
after--afterThe key to start the page from. If not specified, the first page will be returned.
visibility--visibilityOne of 'default' or 'private'. If not set, 'default' will be used.
help-?, -h, --helpDisplay help and usage information.
quiet-q, --quietReduce logging to a minimum.
json-j, --jsonUse JSON as the output format.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Options