Salesforce · Arazzo Workflow
Salesforce Describe SObject
Version 1.0.0
List all SObjects in the org then fully describe one object's metadata.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
describe-sobject
List all SObjects, then fully describe a single SObject's metadata.
Reads the global list of SObject types in the org, then retrieves the complete field-level metadata for one named SObject type.
1
listSObjects
listSObjects
List all SObject types available in the org, including standard and custom objects, with their labels, key prefixes and capability flags.
2
describeSObject
fullDescribeSObject
Retrieve the full metadata for the requested SObject type, including all field definitions, relationships and REST endpoint URLs.