Stream task events
GET
Stream task events
Live events for a task. Resume with Last-Event-ID or after.
GET
Stream task events
Authorizations
Your Autumn API key.
Headers
Sent by EventSource clients on reconnect; resumes after this event id.
Path Parameters
The task_id returned by POST /task or POST /task/start.
Example:
"8fab6f34"
Query Parameters
Resume after this event id. Last-Event-ID does the same on reconnect.
Response
Server-sent events: task, tool, text, error, done. A failure after the stream opens is an error event.
The response is of type string.