{
"object": "list",
"data": [
{
"id": "qfile-12345-1705382400-abc123",
"object": "file",
"status": "ready",
"model": "gemini-2.0-flash",
"created_at": 1705382400,
"synced_at": 1705382450,
"expires_at": 1705555200,
"file_name": "sample.pdf",
"file_size": 1048576,
"content_type": "application/pdf"
},
{
"id": "qfile-12345-1705296000-def456",
"object": "file",
"status": "expired",
"model": "gpt-4o",
"created_at": 1705296000,
"synced_at": 1705296100,
"expires_at": 1705468800,
"file_name": "image.png",
"file_size": 204800,
"content_type": "image/png"
}
],
"has_more": true,
"first_id": "qfile-12345-1705382400-abc123",
"last_id": "qfile-12345-1705296000-def456"
}