Data Requests
Get Dataset Data Requests
Get data requests by dataset ID
GET
/
team
/
{team_id}
/
datasets
/
{dataset_id}
/
dataRequests
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Reference to Dataset model
Reference to Connection model
Available options:
GET
, POST
, PUT
, DELETE
, PATCH
API endpoint path
Request body in JSON string format
Path to items array in response
Maximum number of items to return
Pagination offset field name
Field used for pagination
Template type for request formatting
Additional configuration options
Request variables