User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Retrieve Published Clusters Given Record IDs

This endpoint accepts a list of newline separated unified dataset recored IDs. For example, the example above includes a records file containing two IDs:

1359610766751619
2003960528305805

Response Fields

Returns newline separated JSON for each record specified in the input. Each JSON object describes the specified record ID and a list of every published cluster to which it has belonged in the history of the project.

FieldDescription
idThe entity ID of the specified record.
versionsA list of published clusters to which the record has belonged. These clusters can be identified by their persistent ID.
Language