II.
AsyncJob JSON
Structured · liveasync-job:openai-streaming-response
OpenAI Responses streaming json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "async-job:openai-streaming-response",
"_kind": "AsyncJob",
"_file": "extensions/async-jobs/async-jobs-llm-providers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "OpenAI Responses streaming",
"kind": "streaming-completion",
"statusModel": "sse",
"description": "OpenAI Responses API in streaming mode — server emits SSE events\n(`response.created`, `response.output_text.delta`, `response.completed`).\nModeled as AsyncJob for symmetry with batch primitives even though the\ncallback shape is in-band SSE rather than out-of-band webhook.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "run:01kqex-example-run-001",
"to": "async-job:openai-streaming-response",
"kind": "uses_async_job",
"attributes": {}
}
]
}