{
"data": [
{
"id": "<string>",
"fileId": "<string>",
"action": "<string>",
"status": "<string>",
"details": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"previousCursor": "<string>",
"nextCursor": "<string>"
},
"metadata": {
"fetchedCount": 123,
"totalCount": 123,
"serverTimestamp": "2023-11-07T05:31:56Z",
"parameters": {
"limit": 123,
"cursor": "<string>",
"order": "asc"
}
}
}