A simple object response with nested data.
Section: Response envelopes
Single resource response
json
json
{
"data": {
"id": "usr_123",
"name": "Ada",
"email": "ada@example.com"
}
}Explanation
A `data` envelope keeps the top-level shape predictable.
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.