Skip to main content
GET
/
v2
/
auth
/
agents
/
{agent_id}
/
connections
List Connections
curl --request GET \
  --url https://api.example.com/v2/auth/agents/{agent_id}/connections
{
  "data": [
    {
      "id": "<string>",
      "agent_id": "<string>",
      "oauth_token_id": "<string>",
      "provider_id": "<string>",
      "provider_account_label": "<string>",
      "scopes": [
        "<string>"
      ],
      "expires_at": "2023-11-07T05:31:56Z",
      "created_by": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Path Parameters

agent_id
string
required

Agent ID

Response

Successful Response

data
AgentConnectionResponse · object[]
required