Skip to main content
GET
/
tasks
/
name
/
{task_name}
/
stream
Stream Task Events by Name
curl --request GET \
  --url https://api.example.com/tasks/name/{task_name}/stream
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

task_name
string
required

Response

Successful Response