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
Proposal
Implement new HTTP route /tasks/{call_id}
Returns:
Single task entry data
HTTP errors:
Aside change:
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.