List a solution's datasets.
List the datasets belonging to a solution, with pagination.
GET
/api/solutions/{solutionId}/datasetsPath parameters
solutionIdstringrequiredQuery parameters
page_sizeintegerrequireddefault: 200Request
curl
curl -X GET https://platform.trickest.com/api/solutions/{solutionId}/datasets \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200List of datasets
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring