Retry, idempotency, and completion policy for the 53 Browser operations. 19 of them document endpoint-specific business error codes.
For state-changing operations, an HTTP timeout is an unknown outcome—not proof that the operation failed. Query current state before retrying.
See Endpoint Retry Matrix for the policy definitions and the other products, or the machine-readable Operation Behavior Manifest.
| Operation | Retry policy | Idempotency | Completion / recovery |
|---|---|---|---|
POST /api/env/startstartBrowserProfileUsingPOST | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 19099, 19143. |
POST /api/env/closecloseBrowserProfileLocal | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/create/quickcreateBrowserProfileQuickLocal | Do not retry automatically; first query whether the resource, upload, or task was created. | No public idempotency-key contract is documented. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 14023, 19002, 19063, 19064, 19104, 19106, 19107, 19108, 19111, 19112. |
POST /api/env/create/advancedcreateBrowserProfileAdvancedLocal | Do not retry automatically; first query whether the resource, upload, or task was created. | No public idempotency-key contract is documented. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 19001, 19002, 19004, 19005, 19063, 19064, 19100, 19101, 19102, 19103, 19104, 19105, 19106, 19107, 19108, 19109, 19110, 19111, 19112, 19141, 19175. |
POST /api/env/updateupdateBrowserProfileLocal | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 19001, 19039, 19104, 19105, 19106, 19107, 19108, 19142, 19159, 19160, 19175, 19193. |
POST /api/env/removeToRecycleBin/batchbatchDeleteBrowserProfilesUsingPOST | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/pagelistBrowserProfilesUsingPOST | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/detailgetBrowserProfileDetailsUsingPOST | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
GET /api/env/advanced/ua/versionslistAdvancedUaVersionsLocal | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/advanced/ua/getgetBrowserProfileUAUsingPOST | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/base/resolution/listlistResolutionsUsingPOST | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
GET /api/system/platform/listlistSystemPlatformsLocal | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/lock/queryqueryBrowserLockStatusUsingPOST | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/base/listlistTimezoneAndLanguageUsingPOST | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/removeLocalCacheclearLocalProfileCacheUsingPOST | Do not retry automatically unless endpoint-specific documentation says it is safe. | No public idempotency guarantee is documented. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/cache/cleanCloudcleanCloudCacheLocal | Do not retry automatically unless endpoint-specific documentation says it is safe. | No public idempotency guarantee is documented. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 19039, 19149. |
POST /api/env/fingerprint/refreshrefreshFingerprintUsingPOST | Do not retry automatically unless endpoint-specific documentation says it is safe. | No public idempotency guarantee is documented. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 19039, 19104, 19105, 19106, 19107, 19108, 19111, 19142, 19193. |
POST /api/env/statusgetBrowserProfileStatusLocal | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/getAllScreengetAllBrowserScreensLocal | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/arrangeWindowsarrangeBrowserWindowsLocal | Do not retry automatically unless endpoint-specific documentation says it is safe. | No public idempotency guarantee is documented. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/setGroup/batchsetBrowserGroupsBatchLocal | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/setProxy/batchsetBrowserProxiesBatchLocal | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 14023, 19106, 19193. |
POST /api/env/setRemark/batchsetBrowserRemarksBatchLocal | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/closeAllcloseAllBrowserProfilesLocal | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/getAllProcessIdsgetAllBrowserProcessIdsLocal | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/getAllDebugInfogetAllBrowserDebugInfoLocal | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/base/mobile/deviceslistMobileDeviceModelsLocal | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/env/core/downloaddownloadBrowserKernelsLocal | Do not retry automatically unless endpoint-specific documentation says it is safe. | No public idempotency guarantee is documented. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/cloudbrowser/startstartCloudRuntimeLocal | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | Poll POST /cloudbrowser/page until the runtime reaches its intended state. Documented business errors: 19039, 19065, 40001, 40003, 40015, 40016, 40021, 40023, 40024, 40025, 40026, 40027, 40028, 40029, 40037. |
POST /api/cloudbrowser/stopstopCloudRuntimeLocal | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | Poll POST /cloudbrowser/page until the runtime is absent or stopped. Documented business errors: 40002, 40006, 40008, 40020. |
POST /api/cloudbrowser/pagepageCloudRuntimesLocal | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/cloudbrowser/connectconnectCloudRuntimeLocal | Safe with bounded exponential backoff and jitter. | Read-only; repeated requests should not change resource state. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 40008, 40009, 40010. |
| Operation | Retry policy | Idempotency | Completion / recovery |
|---|---|---|---|
POST /env/create/quickquickCreateBrowserProfileOpenApi | Do not retry automatically; first query whether the resource, upload, or task was created. | No public idempotency-key contract is documented. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 14023, 19002, 19063, 19064, 19104, 19106, 19107, 19108, 19111, 19112. |
POST /env/create/advancedadvancedCreateBrowserProfileOpenApi | Do not retry automatically; first query whether the resource, upload, or task was created. | No public idempotency-key contract is documented. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 19001, 19002, 19004, 19005, 19063, 19064, 19100, 19101, 19102, 19103, 19104, 19105, 19106, 19107, 19108, 19109, 19110, 19111, 19112, 19141, 19175. |
POST /env/updateupdateBrowserProfileOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 19001, 19039, 19104, 19105, 19106, 19107, 19108, 19142, 19159, 19160, 19175, 19193. |
POST /env/pagelistBrowserProfilesOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /env/detailgetBrowserProfileDetailOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /env/removeToRecycleBin/batchbatchRemoveBrowserProfilesOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /env/lock/queryqueryBrowserProfileLockOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /env/setGroup/batchbatchSetBrowserProfileGroupOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /env/setProxy/batchbatchSetBrowserProfileProxyOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 14023, 19106, 19193. |
POST /env/setRemark/batchbatchSetBrowserProfileRemarkOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /cloudbrowser/startstartCloudRuntimeOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | Poll POST /cloudbrowser/page until the runtime reaches its intended state. Documented business errors: 19039, 19065, 40001, 40003, 40015, 40016, 40021, 40023, 40024, 40025, 40026, 40027, 40028, 40029, 40037. |
POST /cloudbrowser/stopstopCloudRuntimeOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | Poll POST /cloudbrowser/page until the runtime is absent or stopped. Documented business errors: 40002, 40006, 40008, 40020. |
POST /cloudbrowser/pagepageCloudRuntimesOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /cloudbrowser/connectconnectCloudRuntimeOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 40008, 40009, 40010. |
POST /env/advanced/ua/versionslistKernelVersionsOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /env/advanced/ua/getgetUserAgentOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /env/base/resolution/listlistResolutionsOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /env/base/listlistTimezonesAndLanguagesOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /env/base/mobile/deviceslistMobileDevicesOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Endpoint-specific business errors are not documented; use the common error contract. |
POST /env/fingerprint/refreshrefreshFingerprintOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 19039, 19104, 19105, 19106, 19107, 19108, 19111, 19142, 19193. |
POST /env/cache/cleanCloudcleanCloudCacheOpenApi | Query current state before retrying after a timeout or transport failure. | Outcome may already have been applied; repeated execution is not contractually idempotent. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 19039, 19149. |