Skip to main content
GET
Browse Connections

Filtering

This endpoint accepts filter and sort query parameters. See Filtering, sorting, and search for paging and for the shared search_with, custom_field, and json_contains filters.

Examples

Operators

The not_has operator applies to related attributes, which this endpoint does not have.

Filter attributes

Each attribute above is also a valid sort key, for example ?sort=-connected_at for descending order.

Custom field filters

Connection records carry custom fields, so this endpoint also accepts filter[custom_field][namespace:handle].
This endpoint returns Connections across every Profile. It has no type parameter, and connected_id and connector_id are not filter attributes, so it cannot select Connections by the Profile on either side.To read one Profile’s Connections, use Read Profile Connections, which takes a type parameter to choose whether the Profile is matched as the connected_id or the connector_id. See Connections for what the two sides mean.

Query Parameters

page[size]
string

Response

Array of Connection

data
Connection · object[]
required