action asana_get_favorites_for_user { label: "Get a user's favorites" description: "Returns all of a user's favorites in the given workspace, of the given type.\nResults are given in order (The same order as Asana's sidebar)." provider: asana method: GET path: "/users/{user_gid}/favorites" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }