Skip to content

Provide capability to retrieve task by specific call ID #415

@denismakogon

Description

@denismakogon

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:

  • HTTP 404 Task not found

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions