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