Errors, pagination, and retries
Implement deterministic errors, complete traversal, bounded polling, and state-aware retries.
Error mapping
Condition
Caller behavior
Pagination
Poll a Batch Queue
curl --fail-with-body --silent --show-error \
"$UNITLAB_API_URL/api/sdk/projects/PROJECT_ID/upload-sessions/QUEUE_ID/status/" \
-H "Authorization: Api-Key $UNITLAB_API_KEY"Retry decision
Request operating contract
Concern
Required behavior