GET
/
api
/
graph
Project Graph Export
curl --request GET \
  --url https://app.asserto.ai/api/graph
{
  "nodes": [
    {
      "id": "<string>",
      "type": "<string>",
      "params": {}
    }
  ],
  "edges": [
    {
      "src": "<string>",
      "tgt": "<string>"
    }
  ]
}

Headers

authorization
string

API Key in the format: Authorization: ApiKey <key>

Response

200
application/json

Successful Response

The response is of type object.