Skip to main content
GET
Export a RAW table with cursor-based pagination

Authorizations

X-API-Key
string
header
required

Path Parameters

table_name
string
required

Name of the RAW table to export

Query Parameters

limit
integer
default:1000

Rows per page. Maximum: 10000.

Required range: 1 <= x <= 10000
cursor
string

Pagination cursor from next_cursor of the previous response. Omit for the first page. When the response contains next_cursor: null, all rows have been exported.

Response

Successful Response

data
Data · object[]
required
count
integer
required
next_cursor
string | null
required
table_name
string
required
total_rows
integer | null
required