I understand, that for a standard API call I can react on the response of API requests headers. I see it in the automation log:
[429] user_too_many_requests: Too many requests (0/2000 credits left) for user with ID xxxx, retry after 10 seconds (2026-01-04 22:38:25). Your current request costs 20 credits. Check Request Limits | Tape Developers for more info
However, on a create action in the automation itself, afaik I can’t react on the response, when a bigger bulk edit action runs? Would be good to just throttle the automation in such cases instead of killing them?