Skip to main content
GET
/
api
/
v1
/
agents
/
connections
/
{agent_id}
Get Connection Detail
curl --request GET \
  --url https://api.cognee.ai/api/v1/agents/connections/{agent_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Query Parameters

agent_session_name
string | null

Filter by connection name within the agent's connections.

Response

Successful Response