Returns a text/event-stream (Server-Sent Events) feed of progress
updates for the job. Closes automatically when the job reaches a
terminal state (completed, failed, or cancelled).
Event types emitted:
progress — { progress: 0-100, message: "..." }step — { name, completed, active } (one per pipeline step transition)done — { result: { ... } } (final payload)error — { code, message } (on failure)Read-only. Does not consume credits.
Documentation Index
Fetch the complete documentation index at: https://docs.neuraldraft.io/llms.txt
Use this file to discover all available pages before exploring further.
Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage
keys via /projects/me/api-keys. Test-mode keys use
the ndsk_test_ prefix.
"job_2Ngd9KqLmRpW"
SSE stream.
The response is of type string.