Skip to main content
GET
/
v1
/
accounts
/
{account_id}
/
datasets
/
{dataset_id}
:getDownloadEndpoint
Get Dataset Download Endpoint
curl --request GET \
  --url https://api.fireworks.ai/v1/accounts/{account_id}/datasets/{dataset_id}:getDownloadEndpoint \
  --header 'Authorization: Bearer <token>'
{
  "filenameToSignedUrls": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>

Path Parameters

account_id
string
required

The Account Id

dataset_id
string
required

The Dataset Id

Query Parameters

readMask
string

The fields to be returned in the response. If empty or "*", all fields will be returned.

downloadLineage
boolean

If true, downloads entire lineage chain (all related datasets). Filenames will be prefixed with dataset IDs to avoid collisions.

Response

200 - application/json

A successful response.

filenameToSignedUrls
object