Get device jobsAsk AIget https://icc-dev.aylanetworks.com/icc/v1/users/device_jobsThis API returns all the jobs for all the devices belonging to the user.Query Paramsoem_modelstringOEM Model name.dsnsarray of stringsDevice serial numbers. Click "Add" to specify a DSN.dsnsADD stringfromint32Timestamp in seconds.toint32Timestamp in seconds.statusarray of stringsDevice status. You can specify multiple statuses.Possible values are: PENDING, CONSENT, PROCESSING, SUCCEED, CANCELLED, FAILED, PARTIAL_FAILED, QUEUED, WAITING, or RETRY.statusADD stringpaginationboolean"true" if pagination is required.truefalseper_pageint32Number of items to be returned par page. Default: 10.pageint32Page number to be displayed. Default: 1.order_bystringThe name of the field based on which the returned list will be sorted. Default: dsn.orderstringRepresents sorting direction: Ascending (asc) or descending (desc). Default: asc.delivery_optionstringDelivery option can be SYSTEM_PUSH or USER_CONSENT.job_typestringJob type can be OTA, FILE_TRANSFER, or SET_PROPERTY.job_statusstringStatus of the job. You can specify multiple statuses.Possible values are: STARTED, STOPPED, or FAILED.Responses 200200 202202 401401 403403 404404 422422Updated 10 months ago