Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

Export run of an integration in an account

GET /accounts/{account_externalid}/blends/{blend_guid}/runs/{run_guid}/export

Exports one run (job) of an integration (automation) in a customer account as a file. Returns a download link to a file.

If the blend_guid is a Bundle, it will not return data. Instead, loop over the automations in the Bundle, and export runs for one specific Blend.

Note: you can only use the automation guid in this endpoint, not the automation name.

Path Parameters

Name Description Type
account_externalid - string
blend_guid - string
run_guid - string

Results

200

  {
    "debug": "[download_link]",
    "display": "[download_link]"
  }

400

{}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!