{
"data": [
{
"id": "extr_01G34H8J2K",
"created_at": "2024-03-15T10:30:00Z",
"updated_at": "2024-03-15T10:30:00Z",
"organization_id": "org_01ABC123",
"origin": {
"type": "project",
"id": "proj_F0FE8DFqyouQdZXDTWRg0"
},
"file": {
"id": "file_6dd6eb00688ad8d1",
"filename": "invoice.pdf"
},
"predictions": {
"invoice_number": "INV-2024-0042",
"total_amount": 1234.56
},
"human_review_status": "success",
"json_schema": {
"type": "object",
"properties": {
"invoice_number": { "type": "string" },
"total_amount": { "type": "number" }
}
},
"metadata": {
"organization_id": "org_acme_corp"
}
}
],
"list_metadata": {
"before": null,
"after": "extr_01G34H8J2K",
"total_count": 150
}
}