Description:
When endpoints return async semantics (e.g., 202 Accepted), clients need a consistent way to know when to poll again. Implement standardized response fields:
retryAfterSeconds
operationId
statusEndpoint
Ensure these semantics are consistent across:
- exports
- background processing
- webhook-triggered jobs
Acceptance Criteria:
Description:
When endpoints return async semantics (e.g., 202 Accepted), clients need a consistent way to know when to poll again. Implement standardized response fields:
retryAfterSecondsoperationIdstatusEndpointEnsure these semantics are consistent across:
Acceptance Criteria: