cURL
API_KEY='live_...'curl --request GET \ --url "https://api.scale.com/v2/datasets" \ --header "Authorization: Bearer $API_KEY"
{ "datasets": [ { "id": "dataset_abc123", "name": "Dataset 1" }, { "id": "dataset_def456", "name": "Dataset 2" } ] }
Retrieve a list of delivered Datasets with their IDs and names.
Authentication
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
List of datasets.
Show child attributes
Unique identifier for a dataset
"dataset_abc123"
The name of the dataset
"My Scale Dataset"