are there known issues with the `/task-runs/task-r...
# ask-community
m
are there known issues with the
/task-runs/task-run/:uuid
route? • the task inputs tab is showing
{"id": []}
when it should be (for example)
{"id": "123"}
• the cache key in the sidebar is not populated, but I provided a
cache_key_fn
and the caching feature itself seems to be working (re-running task with same ID uses cached result)
e
• the task inputs tab is showing
{"id": []}
when it should be (for example)
{"id": "123"}
Do you mean this route? Could you give an example of the call you’re making?