cURL
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" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.langchain.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Agent ID
Successful Response
Show child attributes
Was this page helpful?