data360-schema-get

Retrieve Salesforce Data Cloud DLO and DMO schema metadata via REST endpoints.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill data360-schema-get
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data360-schema-get
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/data360-schema-get
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill data360-schema-get

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the manual effort of discovering Salesforce Data Cloud object schemas by letting you retrieve DLO and DMO metadata on demand.

Core Features & Use Cases

  • Object Discovery: List all available Data Lake Objects and Data Model Objects in a connected org.
  • Schema Inspection: Retrieve detailed field definitions, data types, primary key flags, nullable status, and related metadata for a specific DLO or DMO.
  • Operational Support: Use it to validate object structure before building mappings, queries, segments, or downstream data workflows.

Quick Start

Ask the skill to show all DLOs in your connected Salesforce org, or to retrieve the schema for a specific DLO or DMO by name.

Frequently Asked Questions about data360-schema-get

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

FAQPage Schema
How do I get Data Lake Object and Data Model Object schemas in Salesforce Data Cloud?

To retrieve Salesforce Data Cloud schemas, you can list all Data Lake Objects and Data Model Objects or inspect specific fields, labels, record counts, and dataspace details using REST SSOT endpoints via Python requests.

Can I list all available DLOs and DMOs in my connected Salesforce org?

Yes, you can list all available DLOs and DMOs in a connected Salesforce org. The schema discovery process validates connectivity using SF CLI authentication and fetches object metadata directly from Data Cloud REST endpoints.

What Salesforce Data Cloud metadata fields are available when inspecting a specific object's schema?

Schema inspection for a specific Salesforce Data Cloud object retrieves detailed field definitions, data types, primary key flags, nullable status, categories, record counts, and dataspace information.

Do I need SF CLI authentication to retrieve Data Cloud schema metadata?

Yes, SF CLI authentication is required. The schema retrieval process uses SF CLI to validate connectivity and authenticate Python requests-based scripts before fetching DLO and DMO metadata from Salesforce REST SSOT endpoints.

How do I validate Salesforce Data Cloud object structure before building data mappings or segments?

You validate Salesforce Data Cloud object structure by retrieving schema metadata for specific DLOs or DMOs. This confirms field definitions, data types, and primary key flags before you build downstream mappings, queries, or segments.

What's the best way to inspect Salesforce Data Cloud record counts and dataspace information for an object?

The best way to inspect Data Cloud record counts and dataspace information is to query the REST SSOT endpoints for a specific DLO or DMO, which returns the object's metadata along with operational details.