Users

Get data harvest download URL

Retrieves the download URL for a completed data harvest. The URL is temporary and expires after a set time. Can only be accessed for completed harvests.

get/users/@me/harvest/{harvestId}/download

Path parameters

string snowflake required
OR
integer required

The ID of the harvest request

Response

Success

download_urlstring required

The temporary URL to download the harvest archive

expires_atstring required

ISO 8601 timestamp when the harvest download expires

Changes