Read a Marketing Cloud Next / Data 360 record
mcnext_readRetrieve a single record by its ID or key from any discovered API endpoint, using path parameters to target the exact resource.
Instructions
Fetch a single record by id or key (GET, kind "read"). Requires the path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Query string parameters, e.g. { "pageSize": 50, "orderBy": "name" }. | |
| headers | No | Additional request headers. | |
| endpointId | Yes | Endpoint id from the catalog, e.g. "content.create-an-email-with-html", "activations.query-activations". Use mcnext_list_endpoints to discover ids. | |
| pathParams | No | Path parameter values, e.g. { "contentKey": "my-email" }. |