A list payload with page metadata.
Section: Response envelopes
Paginated list response
json
json
{
"data": [
{ "id": 1, "name": "Ada" },
{ "id": 2, "name": "Linus" }
],
"meta": {
"page": 1,
"page_size": 20,
"total": 250
}
}Explanation
A clear `meta` object works well for pagination details.
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 Response envelopes
Structured error payload
Return a machine-readable error code and human-readable message.
Event-style message payload
A message with event type, timestamp, and nested data.