Retry, idempotency, and completion policy for the 26 Shared Resources operations. 12 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/proxyInfo/pagequeryProxyInfoPageUsingPOST | 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/proxyInfo/addaddUsingPOST | 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. |
POST /api/proxyInfo/updateupdateProxyUsingPOST | 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: 14003, 14023. |
POST /api/proxyInfo/deletedeleteProxyUsingPOST | 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: 14017, 14024. |
POST /api/envgroup/pageapiEnvgroupPagePost | 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/envgroup/editapiEnvgroupEditPost | 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/envgroup/createapiEnvgroupCreatePost | 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. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/envgroup/deleteapiEnvgroupDeletePost | 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: 19064. |
GET /api/envtag/allapiEnvtagAllGet | 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/envtag/createapiEnvtagCreatePost | 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. Endpoint-specific business errors are not documented; use the common error contract. |
POST /api/envtag/editapiEnvtagEditPost | 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/envtag/deleteapiEnvtagDeletePost | 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: 19105. |
POST /api/webhook/configapiWebhookConfigPost | Safe with bounded exponential backoff and jitter. | Upsert keyed by team; repeating the same request converges on the same stored configuration. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 41001. |
| Operation | Retry policy | Idempotency | Completion / recovery |
|---|---|---|---|
POST /proxyInfo/pagequeryProxyInfoPageUsingPOST | 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 /proxyInfo/addaddUsingPOST | 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. |
POST /proxyInfo/updateupdateProxyUsingPOST | 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: 14003, 14023. |
POST /proxyInfo/deletedeleteProxyUsingPOST | 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: 14017, 14024. |
POST /envgroup/pageenvgroupPagePost | 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 /envgroup/editenvgroupEditPost | 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 /envgroup/createenvgroupCreatePost | 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. Endpoint-specific business errors are not documented; use the common error contract. |
POST /envgroup/deleteenvgroupDeletePost | 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: 19064. |
GET /envtag/allenvtagAllGet | 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 /envtag/createenvtagCreatePost | 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. Endpoint-specific business errors are not documented; use the common error contract. |
POST /envtag/editenvtagEditPost | 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 /envtag/deleteenvtagDeletePost | 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: 19105. |
POST /webhook/configwebhookConfigPost | Safe with bounded exponential backoff and jitter. | Upsert keyed by team; repeating the same request converges on the same stored configuration. | The response is the only documented completion signal; no asynchronous contract is specified. Documented business errors: 41001. |