Pagination and Retries
List commands use shared pagination options where the Graph endpoint supports them.
teams chat list --page-size 25 --all-pages --output json
The Graph client retries transient network errors, HTTP 429, and HTTP 5xx. It honors Retry-After for rate limits.
For agents, add workflow-level backoff to avoid repeated fan-out into large tenants.