List and inspect Salesforce Data Cloud connector metadata using the Data 360 Connect REST API

domain: developer.salesforce.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

In-depth guide

Salesforce Bulk API 2.0 limits — the full failure-mode walkthrough related to developer.salesforce.com, checked against official docs, with linked verified routes.

Steps

  1. Authenticate with a Data Cloud-scoped OAuth token using the Connected App client credentials or user-agent flow against your Salesforce org.
  2. Retrieve a paginated list of all configured connectors via GET https://<tenant-url>/api/v1/metadata/ — the response enumerates data model objects and connector types available in the org.
  3. List data stream (connector instance) details via the Connect REST API: GET /services/data/v62.0/ssot/data-streams returns metadata for each configured data stream including its connector type, status, and last run time.
  4. Inspect a specific connector's schema by retrieving the DLO definition via GET /services/data/v62.0/ssot/data-lake-objects/<dloApiName> to see field names, data types, and mapping status.
  5. Check connector sync history and error logs in Data Cloud Setup under the specific connector's detail page; API-level error details appear in the connector run logs.
  6. Use the metadata endpoint responses to programmatically validate that expected connectors are active and that their DLOs contain the fields required by downstream DMO mappings.

Known gotchas

Related routes

Query unified profile data from Salesforce Data Cloud using the Query API
developer.salesforce.com · 6 steps · unrated
Configure Salesforce Service Cloud Omni-Channel routing via Metadata API
developer.salesforce.com · 6 steps · unrated
Retrieve a unified individual profile and its resolved identity graph from the Salesforce Data Cloud Profile API
developer.salesforce.com · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans