cURL
curl --request GET \ --url https://api.beamlearning.io/agent-graphs/{agentId}/nodes/lite \ --header 'Authorization: Bearer <token>' \ --header 'current-workspace-id: <current-workspace-id>'
{ "graphId": "<string>", "agentId": "<string>", "agentName": "<string>", "nodes": [ { "id": "<string>", "objective": "<string>" } ] }
Retrieve graphs and its nodes (without configuration)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent graph nodes retrieved successfully
Graph ID
Agent ID
Agent name
List of graph nodes
Show child attributes