GET
/
api
/
agents
/
{agentId}
/
panels
Get agent panels
curl --request GET \
  --url http://localhost:3000/api/agents/{agentId}/panels
{
  "success": true,
  "data": [
    {
      "name": "<string>",
      "path": "<string>"
    }
  ]
}

Path Parameters

agentId
string
required

ID of the agent

Response

200
application/json

Agent panels retrieved successfully

The response is of type object.