Returns a downloadable sample CSV file for the specified internal table in a project.
This CSV sample contains a few rows of mock or representative data from the table’s schema. It helps users understand the structure of the table and prepare matching CSV files for import.
text/csv
sample.csv
)text,num19,numcol,decimalcol
"sample text",1176,1044,77.3711303273
"sample text",9354,7923,96.6658831270
"sample text",7658,8750,30.3928941706
This sample can be used as a template when preparing files to upload using the /import
endpoint.
Use the Authorization header with the value 'Bearer <apiKey>' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
Sample CSV returned successfully
The response is of type file
.