Fetch changes right after the task creation

Hello support,

I want to catch all changes in a task, since it creation time. I can already fetch changes from events endpoint with the resource_id = some_task_id, but sometimes i am missing some changes because sync_token request initialization take place some minutes after the task creation time.

My question : Is there a way to catch task changes (with or without a sync token) right after it is created into my workspace?

Hi @George_Mouratos and welcome to the forum!

Are webhooks an option for you? Using webhooks would definitely allow you to catch all changes on a task.

1 Like

If you know the task_id, just fetch its stories.

If you have access to the “search api” (paid workspace/user), you can query for modified tasks since xxx, and then query “stories” of these tasks.

2 Likes