Gets the content of a dataset as a table in the specified format.
This endpoint currently does not support views (Virtual datasets composed of other datasets).
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:datasets-read
.
string
The identifier (name) of the Branch.
string
The Resource Identifier (RID) of the start Transaction.
string
The Resource Identifier (RID) of the end Transaction.
string
(enum)The export format. Must be ARROW
or CSV
.
Enum values: ARROW
, CSV
list<string>
A subset of the dataset columns to include in the result. Defaults to all columns.
integer
A limit on the number of rows to return. Note that row ordering is non-deterministic.
1
2
3
curl \
-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/v1/datasets/ri.foundry.main.dataset.c26f11c8-cdb3-4f44-9f5d-9816ea1c82da/readTable?branchId=master&startTransactionRid=ri.foundry.main.transaction.0a0207cb-26b7-415b-bc80-66a3aa3933f4&endTransactionRid=ri.foundry.main.transaction.0a0207cb-26b7-415b-bc80-66a3aa3933f4&format=CSV"