List connections
Returns all connections and associated data for the authenticated Workato user.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
provider
Connector identifier. For example: salesforce
.
folder_id
Folder ID where the connections is stored.
parent_id
ID of parent connection to get all children. Connection must be of the same provider.
external_id
External identifier usually given to the user who owns the connection.
include_runtime_connections
Flag to define either include or not runtime connections. set to set to true
, all runtime user connections are returned. Default: false.
Response
Success reply
application
The name of the application associated with the connection.
id
The unique identifier for the connection.
name
The name of the connection.
description
The description of the connection, if any.
created_at
The timestamp when the connection was created.
updated_at
The timestamp when the connection was last updated.
external_id
The external ID associated with the connection, if any.
folder_id
The ID of the folder containing the connection.
connection_lost_at
The timestamp when the connection was lost, if applicable.
connection_lost_reason
The reason why the connection was lost, if applicable.
parent_id
The ID of the parent connection, if applicable.