curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/datasets/{dataset_id}:getDownloadEndpoint \
--header 'Authorization: Bearer <token>'{
"filenameToSignedUrls": {}
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/datasets/{dataset_id}:getDownloadEndpoint \
--header 'Authorization: Bearer <token>'{
"filenameToSignedUrls": {}
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The fields to be returned in the response. If empty or "*", all fields will be returned.
If true, downloads entire lineage chain (all related datasets). Filenames will be prefixed with dataset IDs to avoid collisions.
Was this page helpful?