Skip to main content
Query source data

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_slug
string
required

URL-friendly workspace identifier

Example:

"acme"

source_id
string<uuid>
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json
table_name
string
required
schema_name
string | null
sorts
object[]
filters
object

Response

Query results

data
any
queries
string[]
warnings
string[]
errors
object[]
updated_at
string<date-time>
page
object | null
Last modified on July 23, 2026