curl --request GET \
--url https://api.egp.scale.com/v5/datasets/{dataset_id} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"created_by": {
"id": "<string>",
"type": "user",
"object": "identity"
},
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"tags": [
"<string>"
],
"current_version_num": 123,
"object": "dataset",
"description": "<string>",
"archived_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.egp.scale.com/v5/datasets/{dataset_id} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"created_by": {
"id": "<string>",
"type": "user",
"object": "identity"
},
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"tags": [
"<string>"
],
"current_version_num": 123,
"object": "dataset",
"description": "<string>",
"archived_at": "2023-11-07T05:31:56Z"
}Successful Response
The identity that created the entity.
Show child attributes
The tags associated with the entity
"dataset"