cURL
curl --request GET \ --url https://api.example.com/assistants/{assistant_id}/subgraphs
{ "error": "<string>", "message": "<string>", "details": {} }
Get subgraphs of an assistant.
Returns the subgraph definitions used by this assistant’s graph. Set recurse=true to include deeply nested subgraphs, or filter to a single namespace.
recurse=true
Recursively include nested subgraphs.
Filter to a specific subgraph namespace.
Successful Response