Skip to main content Skip to complementary content

List runs of an integration (automation) in an account

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

List all the runs (jobs) of an integration (automation) in a customer account.

Fields of a run (job):

  • guid
  • status
  • context
  • schedule_starttime
  • starttime
  • stoptime
  • created_at
  • updated_at
  • in future release: inputs, outputs, errors

Query Parameters

Name Description Type
finishedOnly - boolean
created_at[operator] operator is gt, gte, lt, lte and value is valid date UTC, example: created_at[gte]=2020-11-23 10:35:30 timestamp

Path Parameters

Name Description Type
account_externalid - string
blend_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!