Skip to main content
GET
Get Session Proxy

Overview

Returns the session’s current proxy state — whether a proxy is active, which provider and location it uses, and whether the exit IP is sticky. Returns enabled: false for sessions running without a managed proxy.

Path Parameters

string
required
Browser session ID (UUID).

Example Request

Response

Success Response (200)

boolean
Whether a proxy is currently active for this session.
string
Proxy provider — oxylabs or evomi. Absent when enabled is false.
string
Country code of the exit IP.
boolean
Whether the exit IP is held for the life of the session.
Example Response:

Error Responses