-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
Is there a specific app this action is for?
[Asana] Get-Task-Stories
Please provide a link to the relevant API docs for the specific service / operation.
https://developers.asana.com/reference/stories
https://forum.asana.com/t/get-comments/76983
Currently, there’s no direct API endpoint in Asana specifically for retrieving only comments.
However, Asana’s /tasks/{task_gid}/stories endpoint returns all stories (which includes comments, status updates, system messages, etc.) for a given task. To extract comments, we’d need to call this endpoint and then filter for items where type: "comment".
It would be very helpful to have a native Pipedream action like ASANA-GET-TASK-STORIES that calls this endpoint and optionally filters for just comments.
Let me know if this is something that could be added — happy to provide more context if needed!
Thanks so much!
Metadata
Metadata
Assignees
Labels
Type
Projects
Status