cURL
curl --request GET \ --url https://api.egp.scale.com/v5/dataset-items/{dataset_item_id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "object": "dataset.item", "created_by": { "id": "<string>", "object": "identity", "type": "user" }, "dataset_id": "<string>", "data": "<any>", "content_hash": "<string>", "created_at": "2023-11-07T05:31:56Z", "archived_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Optional dataset version. When unset, returns the latest version.
Successful Response
The response is of type object.
object