Seeds / Stream

Stream Seed Jobs

Stream real-time updates for seed processing jobs using Server-Sent Events (SSE). Receive instant notifications as seeds progress through extraction, chunking, and embedding stages. The stream closes automatically when all active jobs complete.

GET {baseAPIUrl}/seeds/stream

Protocol

Server-Sent Events (SSE): This endpoint uses SSE for real-time updates. Include the Accept: text/event-stream header.

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Event Types

EventDescription
connectedConnection established successfully
updateJob progress update with state and progress percentage
heartbeatKeep-alive ping to maintain connection

Try It

Query Parameters

Application identifier

External user identifier