cURL
curl --request GET \ --url https://api.beamstudio.ai/agent-tasks/{taskId}/updates \ --header 'Authorization: Bearer <token>'
Subscribe to real-time updates for a specific task using Server-Sent Events (SSE). Returns a stream of task execution status changes and results.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>