Skip to content

HTTP endpoint to retreive task results

Lyuben Penkovski requested to merge 12-retrieve-task-result into main

@yordan.kinkov @valerii.kalashnikov

The endpoint allows to retrieve task results only by using a taskID, because the task metadata contains the cache namespace and scope which were used to store the result in cache.

The results can also be retrieved by using the Cache service directly (without using this endpoint), but the client will have to know in advance the cache namespace and scope for the given task.

Closes #12 (closed)

Edited by Lyuben Penkovski

Merge request reports