# Get journey configuration info for specified journey run GET /v3/web-journeys/{webJourneyId}/runs/{runId}/info Endpoint: GET /v3/web-journeys/{webJourneyId}/runs/{runId}/info Security: API_Key ## Path parameters: - `webJourneyId` (integer, required) Unique identification number for web journey item Example: 107239 - `runId` (integer, required) Unique identification number for web audit or journey run Example: 33010 ## Response 200 fields (application/json): - `browserName` (string, required) Browser name - `browserVersion` (string, required) Browser version - `width` (integer, required) Browser width in pixels - `height` (integer, required) Browser height in pixels - `userAgent` (string, required) User agent - `locationId` (integer, required) Location ID, this maps to a location in the location table - `customProxy` (string) Custom proxy used for the run, if supplied by the user. Example: "http://90.90.90.90:8888" - `privacyConsentActions` (boolean, required) Privacy Consent Actions present in configuration or not - `vpnEnabled` (boolean, required) VPN enabled or not for the run configuration - `gpcEnabled` (boolean, required) GPC enabled or not - `technologyBlockingEnabled` (boolean, required) Tag ID/Tag Category ID blocking enabled or not - `fileSubstitutionConfigured` (boolean, required) File Substitution configured or not - `blockThirdPartyCookies` (boolean, required) Block third party cookies or not - `customHeadersApplied` (boolean, required) Custom HTTP headers applied or not ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)