{
"documents": [
{
"id": "123456789",
"name": "Contract",
"status": "completed",
"created_at": "2022-01-01T12:00:00+00:00",
"updated_at": "2022-01-01T12:00:00+00:00",
"owner": {
"id": "987654321",
"name": "John Doe",
"email": "johndoe@example.com"
},
"recipients": [
{
"id": "111111111",
"name": "Jane Smith",
"email": "janesmith@example.com",
"status": "completed"
},
{
"id": "222222222",
"name": "Bob Johnson",
"email": "bobjohnson@example.com",
"status": "pending"
},
...
],
...
},
...
]
}