Skip to content

Export Package

POST/api/{version}/services/package
NameDescription
Content-Typeapplication/x-www-form-urlencoded
NameDescription
packageNameThe name of the Outbound Package you would like to export.
curl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "packageName=PKG-0001" \
--output "myVPK.vpk" \
https://myvault.veevavault.com/api/v19.1/services/package
{
    "responseStatus": "SUCCESS",
    "url": "/api/v19.1/services/jobs/60905",
    "job_id": 60905
}

On SUCCESS, the response includes the following information:

  • URL - The URL to retrieve the current status of the export job.
  • job_id - The Job ID value is used to retrieve the status and results of the request.
  • A separate email with a link to download the .vpk file.