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 GET \ --url https://api.beamstudio.ai/agent-views/{viewId} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "agentId": "<string>", "name": "<string>", "isActive": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "agent": { "id": "<string>", "name": "<string>", "iconUrl": "<string>" }, "description": "<string>", "columns": [ { "id": "<string>", "name": "<string>", "agentGraphNodeId": "<string>", "paramName": "<string>", "position": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "linkedAgentViewId": "<string>", "linkedView": { "id": "<string>", "name": "<string>" }, "linkType": "<string>", "linkMatchSourceColumn": { "id": "<string>", "name": "<string>" }, "linkMatchTargetColumn": { "id": "<string>", "name": "<string>" }, "reverseColumnId": "<string>" } ] }
Show child attributes