{
"status": "success",
"result": [
{
"id": "att_abc123def456",
"name": "quarterly-report.pdf",
"mimeType": "application/pdf",
"createdAt": "2025-01-15T10:30:00.000Z",
"updatedAt": "2025-01-15T10:35:00.000Z",
"url": "https://example.com/reports/q4",
"path": "/attachments/abc123/quarterly-report.pdf",
"syncStatus": "SYNCED",
"pageCount": 15,
"summary": "This quarterly report covers Q4 2024 financial performance...",
"externalId": null
},
{
"id": "att_xyz789ghi012",
"name": "product-specs.docx",
"mimeType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"createdAt": "2025-01-14T08:00:00.000Z",
"updatedAt": "2025-01-14T08:05:00.000Z",
"url": null,
"path": "/attachments/xyz789/product-specs.docx",
"syncStatus": "SYNCED",
"pageCount": null,
"summary": "Product specifications document covering technical requirements...",
"externalId": null
},
{
"id": "att_new456abc",
"name": "meeting-notes.txt",
"mimeType": "text/plain",
"createdAt": "2025-01-16T14:00:00.000Z",
"updatedAt": "2025-01-16T14:00:00.000Z",
"url": null,
"path": "/attachments/new456/meeting-notes.txt",
"syncStatus": "EXTRACTING",
"pageCount": null,
"summary": null,
"externalId": null
}
]
}