v1

OpenAPI 3.0.42026-07-14475158859.0 KB
Artifact

(Auth policies: artifact:add)

get/api/artifacts/jobs

Query parameters

PageNumberinteger

page number starting from 1

PageSizeinteger

settable page size (-1 == all items, 1000 maxpagesize)

Response

OK

idstring uuid
jobType0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13

Job Type

resourceNumberstring nullable
friendlyUrlstring nullable
srcUrlstring nullable
queueTimestring date-time
startTimestring date-time
endTimestring date-time
status0 | 1 | 2 | 3 | 4
progressPercentnumber double
exceptionstring nullable
artifactIdstring uuid nullable
srcContentstring nullable

Example response

[
  {
    "artifact": {
      "coverImage": {
        "folderName": "2017-08",
        "storedFileName": "85007253-09f2-4434-8b7e-1a23db2cd9c9.png",
        "normalSizeImageStoredFileName": "\r\n            e0d7050a-7e30-4a2f-b181-0daa4a1e1068.jpg\r\n            ",
        "thumbnailImageStoredFileName": "\r\n            fbe9cc8e-12fa-4cb9-8f09-bbf353333383.jpg\r\n            "
      },
      "items": [
        {
          "images": [
            {
              "folderName": "2017-08",
              "storedFileName": "85007253-09f2-4434-8b7e-1a23db2cd9c9.png",
              "normalSizeImageStoredFileName": "\r\n            e0d7050a-7e30-4a2f-b181-0daa4a1e1068.jpg\r\n            ",
              "thumbnailImageStoredFileName": "\r\n            fbe9cc8e-12fa-4cb9-8f09-bbf353333383.jpg\r\n            "
            }
          ]
        }
      ]
    }
  }
]