List Data Products
List assembled data products with cursor-based pagination. Filter by status to find active, draft, or archived products across 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 automatically when a job run completes validation, or manually via 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 to find only active products, or locate draft and archived products for lifecycle management.
/v1/data-productsResponse
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": "active",
"created_at": "2024-11-01T14:20:00.000Z",
"updated_at": "2024-11-01T14:25:30.000Z"
}
],
"cursor": "eyJpZCI6ImQxYTJiM2M0In0="
}Errors
Error responses