Stream message response

post

<servername>/api/fusion-ai/orchestrator/a2a/v1/{workflowCode}/stream

Start a streaming message invocation for a published workflow. The request method must be `message/stream`. The response is returned as Server-Sent Events whose event payloads contain JSON-RPC task updates.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : MessageSendParams
Type: object
Show Source
Nested Schema : MessageSendConfiguration
Type: object
Show Source
Nested Schema : Message
Type: object
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Nested Schema : acceptedOutputModes
Type: array
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Nested Schema : parts
Type: array
Show Source
Nested Schema : TextPart
Type: object
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Back to Top

Response

Supported Media Types

200 Response

Streaming task events started.
Body ()
Root Schema : SendMessageResponse
Type: object
Show Source
Nested Schema : JSONRPCError
Type: object
Show Source
Nested Schema : Task
Type: object
Show Source
Nested Schema : artifacts
Type: array
Show Source
Nested Schema : history
Type: array
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Nested Schema : TaskStatus
Type: object
Show Source
Nested Schema : Artifact
Type: object
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Nested Schema : parts
Type: array
Show Source
Nested Schema : TextPart
Type: object
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Nested Schema : Message
Type: object
Show Source
Nested Schema : metadata
Type: object
Additional Properties Allowed: true
Nested Schema : parts
Type: array
Show Source

404 Response

Workflow not found.
Back to Top