Get agent card

get

<servername>/api/fusion-ai/orchestrator/a2a/v1/{workflowCode}/.well-known/agent.json

Retrieve the A2A agent card for a published workflow identified by workflow code.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Agent card retrieved.
Body ()
Root Schema : AgentCard
Type: object
Show Source
Nested Schema : AgentAuthentication
Type: object
Show Source
Nested Schema : AgentCapabilities
Type: object
Show Source
Nested Schema : defaultInputModes
Type: array
Show Source
Nested Schema : defaultOutputModes
Type: array
Show Source
Nested Schema : AgentProvider
Type: object
Show Source
Nested Schema : skills
Type: array
Show Source
Nested Schema : schemes
Type: array
Supported authentication schemes.
Show Source
Nested Schema : AgentSkill
Type: object
Show Source
Nested Schema : examples
Type: array
Show Source
Nested Schema : outputModes
Type: array
Show Source
Nested Schema : tags
Type: array
Show Source

404 Response

Workflow not found.
Back to Top