Get a table of records from a Data Pool.
Ordering
orderByColumn
in the query to specify the column to order bysort
to specify the sort direction (ASC or DESC)Pagination
first
to specify the maximum number of records to returnpageInfo
object in the response provides pagination detailsASC
) or descending (DESC
) order. Defaults to descending (DESC
) order when not provided.columns
array input.