Skip to main content Skip to complementary content

Get last run of an integration (automation) in account

GET /accounts/{account_externalid}/blends/{blend_guid}/lastrun

Get most recent run (job) of an integration (automation) in a customer account. Used to get the health status of an integration.

If the blend_guid is a Bundle, it will not return data. Instead, loop over the automations in the Bundle, and get the last run for one specific automation or all automations in the Bundle, in order to determine the health status of the Bundle.

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

Results

400

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

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!