GET card actions not returning all actions

I have cards that have been changed: a checkItem was added to a checkList. However, when I get the actions on the cards, these are not in the list.

This is the query I am running in Postman:

GET /cards/{{cardID}}/actions?key={{key}}&token={{token}}&filter=all

Welcome @PaulAltefogt!

You’re correct that there are missing actions when listing them as a nested resource (as you’re doing in this call). There are a number of action types that we do not include due to the volume of actions that are created. You can see a full list of the action types here: Redirecter

Ah, I see. Thank you very much for the response. Is there some way to query for these action types?

Unfortunately not, they can only be found when using webhooks.