cURL
curl --request GET \ --url https://app.asserto.ai/api/graph
{ "nodes": [ { "id": "<string>", "type": "<string>", "params": {} } ], "edges": [ { "src": "<string>", "tgt": "<string>" } ] }
Export project graph in simplified Prompt Flow JSON format for external integrations.
Returns a graph structure with nodes and edges in a standardized format suitable for external workflow tools and integrations.
API Key in the format: Authorization: ApiKey <key>
Authorization: ApiKey <key>
Successful Response
Show child attributes