Get Multiple Dataset Tasks
Retrieve multiple Dataset Tasks from a Dataset or Delivery.
Authentication
Authentication
Pagination
Pagination
limit).
If your request returns more tasks than your specified limit, API response will also contain a next_token until you reach to the last page.You can set the next_token in your next request to continue downloading tasks from the next page.Example Code
Download All Tasks From a Dataset as JSONL
Download All Tasks From a Dataset as JSONL
Authorizations
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Query Parameters
Scale's unique identifier for the dataset. Unique identifier for a dataset
"dataset_abc123"
Scale's unique identifier for the delivery. A unique identifier for the delivery.
"delivery_abc123"
A timestamp formatted as an ISO 8601 date-time string.
A timestamp formatted as an ISO 8601 date-time string.
Limit the number of entities returned.
1 <= x <= 100A token used to retrieve the next page of results if there are more. You can find the next_token in your last request

