Skip to main content
GET
/
assistants
/
{assistant_id}
/
graph
Get Assistant Graph
curl --request GET \
  --url https://api.example.com/assistants/{assistant_id}/graph
{}

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.

Path Parameters

assistant_id
required

The ID of the assistant.

Query Parameters

xray
default:false

Include graph representation of subgraphs. If an integer value is provided, only subgraphs with a depth less than or equal to the value will be included.

Response

Success

{key}
object[]