LandingLens
cURL
curl --request GET \ --url https://api.landing.ai/v1/projects/{project_id}/dataset/snapshots/{snapshot_version}/export \ --header 'Content-Type: application/json' \ --data ' { "signedCsvInfo": false } '
{ "data": { "downloadExpiresAt": "<string>", "status": "Started", "downloadUrl": "<string>" } }
Successful Response
Show child attributes
Started
In Progress
Completed
Failed
Was this page helpful?