UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

Last updated May 7, 2026

uip rpa list-data-fabric-entities

uip rpa list-data-fabric-entities lists the UiPath Data Fabric entities relevant to the active project — both those already bound to the project and those discoverable on the connected cloud tenant. Use it as the discovery step before uip rpa install-data-fabric-entities, to know which entity names are valid to add or remove.

The lookup runs through Studio, so the verb requires a Windows runner.

Synopsis

uip rpa list-data-fabric-entities [--service-document <string>]
uip rpa list-data-fabric-entities [--service-document <string>]

Options

FlagDescription
--service-document <string>Optional project-relative service document path used to scope the installed lookup. If omitted, the project's default service document is used.

For the complete option list on your installed tool version, run:

uip rpa list-data-fabric-entities --help
uip rpa list-data-fabric-entities --help

Examples

# List entities for the project's default service document
uip rpa list-data-fabric-entities

# Scope the lookup to a non-default service document
uip rpa list-data-fabric-entities \
  --service-document Resources/finance.servicedocument.json
# List entities for the project's default service document
uip rpa list-data-fabric-entities

# Scope the lookup to a non-default service document
uip rpa list-data-fabric-entities \
  --service-document Resources/finance.servicedocument.json

See also

  • Synopsis
  • Options
  • Examples
  • Related
  • See also

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated