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

Path Parameters

assistant_id
string
required

Query Parameters

recurse
boolean
default:false

Recursively include nested subgraphs.

namespace
string | null

Filter to a specific subgraph namespace.

Response

Successful Response