Skip to main content
GET
/
agents
/
{agent_id}
/
health
Check agent health
curl --request GET \
  --url https://api.smith.langchain.com/v1/deepagents/agents/{agent_id}/health \
  --header 'X-Api-Key: <api-key>'
{}

Authorizations

X-Api-Key
string
header
default:LANGSMITH_API_KEY
required

Path Parameters

agent_id
string<uuid>
required

Managed Deep Agent ID.

Response

Health summary returned.

Per-MCP-server health summary for an agent.