cURL
curl --request GET \ --url https://api.veryfront.com/task-progress/{id}/stream \ --header 'Authorization: Bearer <token>'
"<string>"
Streams task progress events in real-time. Polls the Redis list with a cursor — no pub/sub, no dedup logic needed.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Tool call ID
SSE event stream
The response is of type string.
string