# Connections

## 📄️ List connections
Returns a list of connections you've previously created. The connections are returned in sorted order, with the most recent connections appearing first.

[API Documentation](/content/docs/bookkeep_api_v1/get-connection-list/index.html)

## 📄️ Fetch connection detail
Retrieves the details of a connection that has previously been created. Supply the unique connection ID that was returned from your previous request, and Bookkeep will return the corresponding connection information.

[API Documentation](/content/docs/bookkeep_api_v1/get-connection/index.html)

## 📄️ Fetch connection summary
A dictionary with a data property that contains an array of summaries broken down by report and currency. Each entry in the array is a separate report-summary object. If no reports are available, the resulting array will be empty.

[API Documentation](/content/docs/bookkeep_api_v1/get-connection-summary/index.html)
