Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.beamstudio.ai/agent-graphs/test-node \ --header 'Content-Type: application/json' \ --header 'current-workspace-id: <current-workspace-id>' \ --header 'x-api-key: <api-key>' \ --data ' { "agentId": "<string>", "nodeId": "<string>", "graphId": "<string>", "params": {} } '
{}
Test a specific node in the agent graph to validate its configuration and behavior.
The response is of type object.
object