cURL
curl --request GET \ --url https://api.beamstudio.ai/agent-graphs/{agentId}/nodes/lite \ --header 'current-workspace-id: <current-workspace-id>' \ --header 'x-api-key: <api-key>'
{ "graphId": "<string>", "agentId": "<string>", "agentName": "<string>", "nodes": [ { "id": "<string>", "objective": "<string>" } ] }
Retrieve graphs and its nodes (without configuration)
Documentation IndexFetch the complete documentation index at: https://docs.beam.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.beam.ai/llms.txt
Use this file to discover all available pages before exploring further.
Agent graph nodes retrieved successfully
Graph ID
Agent ID
Agent name
List of graph nodes
Show child attributes