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
-
workflowCode(required): string
Published workflow code.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Agent card retrieved.
Root Schema : AgentCard
Type:
Show Source
object-
authentication: object
AgentAuthentication
-
capabilities: object
AgentCapabilities
-
defaultInputModes: array
defaultInputModes
-
defaultOutputModes: array
defaultOutputModes
-
description: string
Agent description.
-
documentationUrl: string
Optional documentation URL.
-
name: string
Agent name.
-
provider: object
AgentProvider
-
skills: array
skills
-
url: string
Base A2A URL for the workflow.
-
version: string
Workflow version represented as a string.
Nested Schema : AgentAuthentication
Type:
Show Source
object-
credentials: string
Optional credential hint or reference.
-
schemes: array
schemes
Supported authentication schemes.
Nested Schema : AgentCapabilities
Type:
Show Source
object-
pushNotifications: boolean
Indicates whether push notifications are supported.
-
stateTransitionHistory: boolean
Indicates whether task state transition history is supported.
-
streaming: boolean
Indicates whether the agent supports streaming.
404 Response
Workflow not found.