You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since async route execution returns call_id from user perspective it would be useful to get execution task instead of querying all tasks by sending HTTP GET to /tasks
Consider to bring consistency in naming: async execution return call_id, but in order to get info users are querying for /tasks. So, it is necessary to change call_id to task_id for naming consistency.