sfdx force:data:record:get

Displays a single record

Options

NameDescription
--jsonFormat output as json
--loglevel <loglevel>Logging level for this command invocation
-u, --targetusername <targetusername>Username or alias for the target org; overrides default target org
--apiversion <apiversion>Override the api version used for api requests made by this command
-s, --sobjecttype <sobjecttype>The type of the record you’re retrieving
-i, --sobjectid <sobjectid>The ID of the record you’re retrieving
-w, --where <where>A list of <fieldName>=<value> pairs to search for
-t, --usetoolingapiRetrieve the record with Tooling API
--perflogGet API performance data