Retrieve, upload, or delete sample data rows for a table to provide data previews and examples for discovery and understanding using the Collate REST API.
Documentation Index
Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/tables/{id}/sampleData
PUT /v1/tables/{id}/sampleData
DELETE /v1/tables/{id}/sampleData
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Table does not exist or has no sample data |