Get a dataset by ID.
Fetch a single dataset by ID.
GET
/api/datasets/{id}Path parameters
idstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/datasets/{id} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Dataset details
idstringrequiredsolutionstringnamestringrequiredtimeframe_hrsintegerschemaobjectcreated_datestringmodified_datestring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring