How to get all tasks where me is follower the API(python asana)

How i can get all tasks from all projects where me marked as follower

Using the “search api”, that’s the kind of query you can do.

But, I look at the documentation on it

And for the “followers” field, the only critiera in the documentation is “followers.not”.

But, you should try “followers.any” with your userId, maybe it will work and they forgot to write it in the documentation?
The “.any” is available for almost all other fields.

1 Like

Thank it’s work, i fix it already, but you was right

1 Like