Get the schemas of an assistant by ID.
get_subgraphs(
self,
assistant_id: str,
namespace: str | None = None,
recurse: bool = False,
*,
headers: Mapping[str, str] | None = None,
params: QueryParamTypes | None = None
) -> Subgraphs| Name | Type | Description |
|---|---|---|
assistant_id* | str | The ID of the assistant to get the schema of. |
headers | Mapping[str, str] | None | Default: NoneOptional custom headers to include with the request. |
params | QueryParamTypes | None | Default: NoneOptional query parameters to include with the request. |