List Data Products
List assembled data products with cursor-based pagination and status filters (draft, ready, published, archived) to track every dataset in your workspace.
Data products are the final assembled output datasets produced by the Talonic pipeline. Each data product represents a structured, validated, and optionally resolved collection of records ready for downstream consumption. Data products are created from completed runs via the API or the platform UI.
Use this endpoint to list all data products in your workspace. Results are returned in reverse chronological order by default and support cursor-based pagination. You can filter by status (draft, ready, published, or archived) for lifecycle management.
/v1/data-productsQuery parameters
20descResponse
Response fields
curl
Response
{
"data": [
{
"id": "d1a2b3c4-e5f6-7890-abcd-ef1234567890",
"name": "Q4 Invoice Extract",
"description": "Structured invoice data from Q4 batch",
"schema_id": "s1a2b3c4-e5f6-7890-abcd-ef1234567890",
"run_id": "r1a2b3c4-e5f6-7890-abcd-ef1234567890",
"status": "published",
"created_at": "2024-11-01T14:20:00.000Z",
"updated_at": "2024-11-01T14:25:30.000Z"
}
],
"pagination": {
"has_more": false,
"next_cursor": null
}
}Errors
Error responses