List solutions in a workspace
Fetches all solutions (reporting databases) in the specified workspace with pagination, search, and ordering.
GET
/api/workspaces/{id}/solutionsPath parameters
idstringrequiredQuery parameters
page_sizeintegerrequireddefault: 200searchstringrequiredorderingstringrequireddefault: -modified_dateRequest
curl
curl -X GET https://platform.trickest.com/api/workspaces/{id}/solutions \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of solutions
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring