Skip to main content
GET
/
v1
/
fleet
/
agents
/
{agent_id}
/
health
Error
A valid request URL is required to generate request examples
{
  "agent_id": "<string>",
  "checked_at": "2023-11-07T05:31:56Z",
  "mcp_check": {
    "ok": true,
    "servers": [
      {
        "error": "<string>",
        "is_default": true,
        "name": "<string>",
        "ok": true,
        "url": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

agent_id
string<uuid>
required

Agent ID

Response

OK

agent_id
string
checked_at
string<date-time>
mcp_check
object