Retrieve multiple Dataset Tasks from a Delivery.
Authentication
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.Download All Tasks From A Delivery as JSONL
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Scale's unique identifier for the delivery. A unique identifier for the delivery.
"delivery_abc123"
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