Skip to main content
GET

Path parameters

string
required
The unique identifier of the table.

Query parameters

integer
default:"1"
Page number for pagination.
integer
default:"25"
Number of items per page (max 100).
string
Column key to sort by. Sorts by the value in extracted_data for that column.
string
default:"asc"
Sort direction: asc or desc.

Response

array
object
The Python SDK has a results_as_dataframe helper that fetches all rows and returns a pandas DataFrame: