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
- application/json
Root Schema : schema
Type:
Show Source
object-
query: string
Optional search text used to match published workflow names. If omitted or blank, all published workflows are returned.
-
skip: integer
Optional number of results to skip before returning records.
-
top: integer
Optional maximum number of results to return.
Response
Supported Media Types
- application/json
200 Response
Search results retrieved.
Root Schema : AgentRegistryResponse
Type:
Show Source
object-
registry_version: string
Registry response version.
-
resources: array
resources
List of published agent registry entries.
-
total_count: integer
Total number of resources returned.
Nested Schema : AgentRegistryEntry
Type:
Show Source
object-
id: string
Workflow code exposed through the registry.
-
location: object
AgentLocation
-
name: string
Workflow display name.
Nested Schema : AgentLocation
Type:
Show Source
object-
type: string
Location type.Example:
agent_card -
url: string
Agent card URL.
400 Response
Could not process the search request.
Root Schema : ErrorResponse
Type:
Show Source
object-
message: string
Description of the error.
-
status: string
Short status code of the error.
-
userDetails: string
Instructions or hint for user to action upon.