v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1454734.4 KB

Returns a paginated list of network connectors in your account for the current Region. You can optionally filter results by connector state. Use the Marker parameter from a previous response to retrieve the next page of results.

Each item in the response includes the connector ARN, name, ID, type, current state, and last modified timestamp. To retrieve full configuration details for a specific connector, use GetNetworkConnector.

get/2026-04-04/network-connectors

Query parameters

State'PENDING' | 'ACTIVE' | 'INACTIVE' | 'FAILED' | 'DELETING' | 'DELETE_FAILED'

Optional filter to return only connectors in the specified state (for example, <code>ACTIVE</code> or <code>FAILED</code>).

Markerstring

The pagination token from a previous <code>ListNetworkConnectors</code> response. Use this value to retrieve the next page of results.

MaxItemsinteger

The maximum number of connectors to return per page. Valid range: 1 to 100.

Response

Success

NextMarkerstring

The pagination token to include in a subsequent request to retrieve the next page. This value is null when there are no more results.

All 5 operations