curl --request GET \
--url https://api.example.com/tasks/name/{task_name}/stream{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Stream events for a task by its unique name.
curl --request GET \
--url https://api.example.com/tasks/name/{task_name}/stream{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response