Pagination
Every list method returns a cursor envelope:Expanding related objects
Most retrieval methods acceptexpand to inline related resources in
the same response, à la SQL JOIN. This avoids the N+1 problem.
400 invalid_request_error with
code: "expand_too_deep".
What’s expandable on each resource
Anything not in this table is fetched lazily — i.e. you’ll need a
separate retrieval call.