addLabelToCard action not displayed

Hello, I wants to check when are some labels added to my cards but when I check the actions in the cards the addLabelToCard action is never displayed.
This is how my petition looks like
https://api.trello.com/1/cards/${card.id}/actions?limit=100&key=${key}&token=${token}

Welcome! The addLabelToCard action is one of the few action types that behaves a bit differently than most of the others. It is excluded when listing actions for a card: Redirecter. The only time it shows up is when using webhooks.

1 Like

Thank you very much!