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

Get run of an integration in an account

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

Get one run (job) of an integration (automation) in a customer account.

If the blend_guid is a Bundle, it will not return data. Instead, loop over the automations in the Bundle, and get 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

  {
    "guid": "",
    "status": "",
    "context": "",
    "schedule_starttime": "",
    "starttime": "",
    "stoptime": "",
    "created_at": "",
    "updated_at": ""
  }

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!