iiRecord
Agentic AI Atlas · OpenAI Responses streaming
async-job:openai-streaming-responsea5c.ai
II.
AsyncJob JSON

async-job:openai-streaming-response

Structured · live

OpenAI Responses streaming json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/async-jobs/async-jobs-llm-providers.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}