Skip to main content
Version: 0.25.9

List all agents

GET 

/agents

Returns a list of all available agents running in the system

Responses

A successful response containing a list of agents
Schema
    agentsobject[]
  • Array [

  • iduuid

    Unique identifier for the agent

    namestring

    Name of the agent

    clientsstring[]

    List of client interfaces the agent is connected to

  • ]