Search agents

post

<servername>/api/fusion-ai/orchestrator/a2a/v1/agents/search

Search published workflows exposed by the A2A registry. Supports optional pagination through `skip` and `top`.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Optional search text used to match published workflow names. If omitted or blank, all published workflows are returned.
  • Optional number of results to skip before returning records.
  • Optional maximum number of results to return.
Back to Top

Response

Supported Media Types

200 Response

Search results retrieved.
Body ()
Root Schema : AgentRegistryResponse
Type: object
Show Source
Nested Schema : resources
Type: array
List of published agent registry entries.
Show Source
Nested Schema : AgentRegistryEntry
Type: object
Show Source
Nested Schema : AgentLocation
Type: object
Show Source

400 Response

Could not process the search request.
Body ()
Root Schema : ErrorResponse
Type: object
Show Source
Back to Top