Workflows

Streaming

Server-sent event support for live job progress

Each capability exposes a streaming creation endpoint:

POST /v1/web-search/stream
POST /v1/pii-expansion/stream
POST /v1/social-profile-analysis/stream

The response content type is text/event-stream. The API emits typed server-sent events for job creation, progress, items, partial results, final results, errors, and heartbeat comments.

Use the X-Job-Id response header to reconnect to the job stream URL:

GET /v1/social-profile-analysis/jobs/{job_id}/stream
Last-Event-ID: 2

Reconnect stream endpoints are operationally supported but intentionally hidden from the generated public OpenAPI schema.