data360-schema-get

Retrieve DLO and DMO schema information from Salesforce Data Cloud via SSOT REST API.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill data360-schema-get-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data360-schema-get
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/data360-schema-get
Command: npx skills add https://github.com/padjei/SF_Agents --skill data360-schema-get-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of retrieving and understanding Data Lake Object (DLO) and Data Model Object (DMO) schema information from Salesforce Data Cloud, enabling efficient data analysis and management.

Core Features & Use Cases

  • DLO and DMO Schema Retrieval: List and retrieve detailed schema information for DLOs and DMOs.
  • Data Analysis: Use the retrieved schema to analyze data structures and design effective data strategies.
  • Use Case: For instance, you can use this Skill to quickly check the fields and data types of a specific DLO, aiding in data integration and application development.

Quick Start

Run the command 'data360-schema-get' to retrieve schema information for all DLOs and DMOs in your Salesforce Data Cloud org.

Frequently Asked Questions about data360-schema-get

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Data Lake Object and Data Model Object schemas from Salesforce Data Cloud?

You can retrieve DLO and DMO schemas from Salesforce Data Cloud by calling the SSOT REST API. This automates fetching field names and data types for data analysis and management tasks.

What is the SSOT REST API used for in Data Cloud schema retrieval?

The SSOT REST API accesses Data Lake Object and Data Model Object schema information in Salesforce Data Cloud. It returns detailed field structures and data types needed for data integration.

Do I need authentication permissions to inspect DLO and DMO schemas in Salesforce Data Cloud?

Yes, inspecting DLO and DMO schemas requires authentication to your Salesforce org and specific Data Cloud permissions. You need valid credentials to access the SSOT REST API endpoints.

Can I list all Data Lake Objects and Data Model Objects at once in Salesforce Data Cloud?

Yes, running the schema retrieval command lists all DLOs and DMOs in your Salesforce Data Cloud org. This provides a comprehensive view of available data structures for analysis.

What is the best way to automate schema retrieval for Salesforce Data Cloud objects?

Automating schema retrieval is best done through the SSOT REST API using Python with the requests library. This approach programmatically fetches DLO and DMO schemas for integration workflows.

Why does my Salesforce Data Cloud schema retrieval fail when querying DMO fields?

Schema retrieval failures typically occur due to missing Salesforce org authentication or insufficient Data Cloud permissions. Verify your credentials and ensure proper access to the SSOT REST API.