Skip to main content
GET
/
users
/
@me
/
harvest
/
{harvestId}
/
download
Get data harvest download URL
curl --request GET \
  --url https://api.fluxer.app/v1/users/@me/harvest/{harvestId}/download \
  --header 'Authorization: <api-key>'
{
  "download_url": "<string>",
  "expires_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Path Parameters

harvestId
string
required

The harvestId

Response

Success

download_url
string
required

The presigned URL to download the harvest archive

expires_at
string
required

ISO 8601 timestamp when the harvest download expires