Skip to main content

Returns

Returns a list of Endpoint Connection objects matching the given filters.

Example

Parameters

list[string]
Filter by product IDs.
list[string]
Filter by exact endpoint connection names.
string
Filter by partial name match.
string
Filter by partial URL match.
list[string]
Filter by endpoint connection types. Valid values: INITIALIZATION, CONVERSATION, FINALIZATION. Other string values are sent to the API unchanged, so values added in newer API versions can be used; the API rejects invalid ones.
list[string]
Filter by HTTP methods. Valid values: GET, POST, PUT, PATCH, DELETE. Other string values are sent to the API unchanged, so values added in newer API versions can be used; the API rejects invalid ones.
list[string]
Filter by authentication types. Valid values: NONE, BEARER, API_KEY, BASIC. Other string values are sent to the API unchanged, so values added in newer API versions can be used; the API rejects invalid ones.
str | int
Filter connections created at or after this timestamp. Accepts ISO 8601 string (e.g., '2024-01-01T00:00:00Z') or Unix timestamp in seconds.
str | int
Filter connections created at or before this timestamp. Accepts ISO 8601 string (e.g., '2024-12-31T23:59:59Z') or Unix timestamp in seconds.
string
Sort by creation date. Valid values: asc, desc.
int
Number of results to skip before starting to collect. Use for pagination.
int
Maximum number of results to return in a single request.