Use the same top-level response structure across endpoints.
Section: Best practices
Keep response contracts consistent
text
text
List endpoints should return a predictable structure for data, pagination, and errors.Explanation
Consistency lowers cognitive load and makes SDKs, docs, and client code easier to maintain.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Best practices