Skip to main content
GET
Execute a query on the database via GET method.

Path Parameters

tableName
string
default:""
required

Desired table name.

Query Parameters

branch
string
default:""

The branch on which to retrieve rows. Default is master branch.

epoch
string
default:""

The epoch on which to retrieve rows. Default is latest.

pageSize
string
default:""

The maximum number of rows in the page. Default is 100.

page
string
default:""

The page to return. First page (and default) is 1.

fields
string
default:""

The fields (columns) of the rows to retrieve, separated by commas. If not specified, all the fields are returned.

Response

200 - application/json

Query executed successfully.

epoch
integer<int64>
headers
object[]
pagination
object
rows
any[][]
{key}
any