Resolving actionId to Transition name via REST API

Hello,
im trying to use
https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-workflows/#api-rest-api-2-workflows-search-get

to resolve an transitionId (e.g. 211) to its name.

Im finding the workflow,its got statuses, but when looking at values.transitions i get some empty structure
“[ ]”
i was hoping to finde the transitions and their properties and screens there.

where am i going wrong?

Thanks in advance
Jens

There should be a query param that you can use to expand transitions. Are you using it?

Also, thanks for trying out this new API; we introduced it recently as the old one doesn’t match the structure of all the new workflow related API’s we built. The old one also has scaling issues around the expands it supports (projects, schemes etc…).