Get source sample data
Sources
Get Source Sample Data
Returns a small page of rows from a generated source table using a team API key.
GET
Get source sample data
Documentation Index
Fetch the complete documentation index at: https://synthbrew.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Team API key created under /api/api-keys. Prefix: sb_api_.
Path Parameters
Project UUID in the team associated with the API key.
Source UUID. For runtime endpoints this identifies the source backing the table; for public v1 it identifies the source resource inside the project.
Query Parameters
Source table/entity identifier to sample.
Maximum number of rows to return.
Required range:
1 <= x <= 100Number of rows to skip.
Required range:
x >= 0