Skip to main content
GET
/
assistants
/
{assistant_id}
/
graph
Get Assistant Graph
curl --request GET \
  --url https://api.example.com/assistants/{assistant_id}/graph
{
  "error": "<string>",
  "message": "<string>",
  "details": {}
}

Path Parameters

assistant_id
string
required

Query Parameters

xray

Expand subgraph nodes. Pass true or a depth integer to control nesting.

Response

Successful Response