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