List published solution templates

List published solution templates

Returns published, public solution templates in library-compatible format. Public endpoint — no authentication required.

GET/api/library/solution

Request

curl
curl -X GET https://trickest.io/api/library/solution \
  -H "Authorization: Bearer $TRICKEST_TOKEN"

Responses

200List of published solution templates
resultsobject[]required

countinteger
400Bad Request – validation error or malformed input
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.

500Internal Server Error
codestringrequired
messagestringrequired
detailsobject

Field-level detail when the error is a validation failure.