Get Data Product Results
Retrieve the structured result rows of a data product with cursor-based pagination. Each row contains field values aligned to the product schema.
Retrieve the assembled result rows for a data product. Each row contains the structured field values aligned to the product's schema, with one row per document or entity. Results are returned with cursor-based pagination for efficient traversal of large datasets.
The result rows represent the final output of the Talonic pipeline: extracted, validated, and optionally resolved field values. Each row maps field names (from the associated user schema) to their values. Use this endpoint to programmatically consume the structured data for downstream integration, analytics, or export.
/v1/data-products/{id}/resultsResponse
Response fields
curl
Response
{
"data": [
{
"id": "row-1a2b3c4d-e5f6-7890-abcd-ef1234567890",
"document_id": "doc-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"fields": {
"invoice_number": "INV-2024-0042",
"vendor_name": "Acme Corp",
"total_amount": "1250.00",
"currency": "USD",
"invoice_date": "2024-10-15"
},
"created_at": "2024-11-01T14:25:00.000Z"
}
],
"cursor": "eyJpZCI6InJvdy0xYTJiIn0="
}Errors
Error responses