Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

LangGraph APIs

Explore the APIs used in AI Service Graph Connector for LangGraph.

The following table lists all the LangSmith API endpoints used by the connector.

APIEndpoint \(example\)What it does
List Workspaceshttps://api.smith.langchain.com /api/v1/workspaces/Lists all workspaces at the given endpoint for the current API key or user
List Deploymentshttps://api.host.langchain.com/v2/deploymentsLists all agent deployments for a particular workspace
List Tracer Sessionshttps://api.smith.langchain.com/api/v1/sessionsLists all tracer sessions for a given workspace
Get Run Statshttps://api.smith.langchain.com /api/v1/runs/statsGets stats on a particular run, including LLM invocations

This table lists all the LangGraph Agent Deployment APIs used by the connector. The “endpoint_url” following will be specific to each deployment and will be discovered at runtime by the app.

APIEndpoint \(example\)What it does
Search Assistants\{\{endpoint\_url\}\}/assistants/searchLists all assistants in each deployment
Search Threads\{\{endpoint\_url\}\}/threads/searchLists all threads for each deployment