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
Documentation IndexFetch the complete documentation index at: https://docs.elizaos.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.elizaos.ai/llms.txt
Use this file to discover all available pages before exploring further.
ID of the agent
Agent panels retrieved successfully
true
Show child attributes
Was this page helpful?