Job

List Jobs

Administrators, impersonating a service user, can request a list of jobs for a sub-account.

get/job/list

Response

OK

Example response

{
  "jobs": [
    {
      "params": {
        "autoTruncateStrings": "false"
      }
    }
  ]
}

Changes