Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request GET \
--url https://api.example.com/assistants/{assistant_id}/subgraphs/{namespace}{}Get an assistant’s subgraphs filtered by namespace.
curl --request GET \
--url https://api.example.com/assistants/{assistant_id}/subgraphs/{namespace}{}Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the assistant.
Namespace of the subgraph to filter by.
Recursively retrieve subgraphs of subgraphs.
Success
Map of graph name to graph schema metadata (input_schema, output_schema, state_schema, config_schema, context_schema).
Defines the structure and properties of a graph without an ID.
Show child attributes
Was this page helpful?