Skip to main content
Get List Of Connections From All Tools Associated With An Agent
curl --request GET \
  --url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/tools/connections \
  --header 'Authorization: Bearer <token>'
[
  "<any>"
]

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

parallel_execution
boolean
default:true

Response

Successful Response

The response is of type any[].