List workflow runs
List runs (executions) for a workflow, paginated and ordered.
GET
/api/workflows/{id}/runsPath parameters
idstringrequiredQuery parameters
pageintegerrequireddefault: 1page_sizeintegerrequiredorderingstringrequireddefault: -created_dateRequest
curl
curl -X GET https://platform.trickest.com/api/workflows/{id}/runs \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of runs
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring