List snapshots
List all snapshots for a workflow.
GET
/api/workflows/{id}/snapshotsPath parameters
idstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/workflows/{id}/snapshots \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200List of snapshots
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring