Skip to main content
GET
/
agent-graphs
/
{agentId}
/
nodes
/
lite
Get Agent Graph with nodes
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

current-workspace-id
string
required

Path Parameters

agentId
string
required

Query Parameters

graphId
string

Response

200 - application/json

Agent graph nodes retrieved successfully

graphId
string
required

Graph ID

agentId
string
required

Agent ID

agentName
string
required

Agent name

nodes
object[]
required

List of graph nodes