Returns
Returns a list of Endpoint Connection objects matching the given filters.Example
Parameters
Filter by product IDs.
Filter by exact endpoint connection names.
Filter by partial name match.
Filter by partial URL match.
Filter by endpoint connection types. Valid values:
INITIALIZATION, CONVERSATION, FINALIZATION.Filter by HTTP methods. Valid values:
GET, POST, PUT, PATCH, DELETE.Filter by authentication types. Valid values:
NONE, BEARER, API_KEY, BASIC.Filter connections created at or after this timestamp. Accepts ISO 8601 string (e.g.,
'2024-01-01T00:00:00Z') or Unix timestamp in seconds.Filter connections created at or before this timestamp. Accepts ISO 8601 string (e.g.,
'2024-12-31T23:59:59Z') or Unix timestamp in seconds.Sort by creation date. Valid values:
asc, desc.Number of results to skip before starting to collect. Use for pagination.
Maximum number of results to return in a single request.