cURL
curl --request GET \ --url http://localhost:3000/api/agents/{agentId}/panels
{ "success": true, "data": [ { "name": "<string>", "path": "<string>" } ] }
Get public UI panels available for this agent from its plugins
ID of the agent
Agent panels retrieved successfully
true
Show child attributes
Was this page helpful?