Skip to main content
GET
/
api
/
v1
/
admin
/
orchestration
/
graphs
/
{graph_name}
Get Graph Topology
curl --request GET \
  --url https://api.example.com/api/v1/admin/orchestration/graphs/{graph_name} \
  --header 'Authorization: Bearer <token>'
{
  "graph_name": "<string>",
  "mermaid": "<string>",
  "nodes": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

graph_name
string
required

Response

Successful Response

Static description of a compiled LangGraph topology.

graph_name
string
required
mermaid
string
required
nodes
Nodes · object