Skip to main content
GET
Get source sample data

Authorizations

x-api-key
string
header
required

Team API key created under /api/api-keys. Prefix: sb_api_.

Path Parameters

projectId
string<uuid>
required

Project UUID in the team associated with the API key.

sourceId
string<uuid>
required

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

table
string
required

Source table/entity identifier to sample.

limit
integer
default:25

Maximum number of rows to return.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of rows to skip.

Required range: x >= 0

Response

Sample rows

sourceId
string<uuid>
required
schemaVersionId
string<uuid>
required
table
string
required
columns
object[]
required
rows
object[]
required
pagination
object
required