Search + K

Command Palette

Search for a command to run...

Sign In

Get the Split Tunnel exclude list for a device settings profile

GET /accounts/{account_id}/devices/policy/{policy_id}/exclude
Copy endpoint
https://api.cloudflare.com/client/v4

Fetches the list of routes excluded from the WARP client's tunnel for a specific device settings profile.

Parameters

path Path Parameters

Name Type
policy_id required
type TeamsDevicesSchemasUuid = string
account_id required
type TeamsDevicesIdentifier = unknown

Responses

200 application/json

Get the Split Tunnel exclude list for a device settings profile response.

type TeamsDevicesSplitTunnelResponseCollection = type TeamsDevicesApiResponseCollection = never & { result?: TeamsDevicesSplitTunnel
type TeamsDevicesSplitTunnel = TeamsDevicesExcludeSplitTunnelWithAddress & {} | TeamsDevicesExcludeSplitTunnelWithHost & {}
[]
; }

Client Errors

4XX application/json

Get the Split Tunnel exclude list for a device settings profile response failure.

type TeamsDevicesSplitTunnelResponseCollection = type TeamsDevicesApiResponseCollection = never & { result?: TeamsDevicesSplitTunnel
type TeamsDevicesSplitTunnel = TeamsDevicesExcludeSplitTunnelWithAddress & {} | TeamsDevicesExcludeSplitTunnelWithHost & {}
[]
; }
& interface TeamsDevicesApiResponseCommonFailure {
errors: TeamsDevicesMessages
type TeamsDevicesMessages = { code: number;message: string; }[]
;
messages: TeamsDevicesMessages
type TeamsDevicesMessages = { code: number;message: string; }[]
;
result: null;
success: false;
}