Get thumbnail provider job

get/jobs/{jobId}
Internal-Use Only

Returns the asynchronous job in the media type for "thumbnail provider".

Request Samples

1

Response Samples

1{
2 "id": "string",
3 "state": "pending",
4 "thumbnails": [
5 {
6 "state": "pending",
7 "error": {
8 "message": "string",
9 "id": "string",
10 "errorCode": 0,
11 "httpStatusCode": 0,
12 "details": [
13 "string"
14 ],
15 "remediation": "string",
16 "errors": [
17 {}
18 ],
19 "links": [
20 {
21 "method": "string",
22 "rel": "string",
23 "uri": "string",
24 "href": "string",
25 "title": "string",
26 "type": "string",
27 "itemType": "string",
28 "responseType": "string",
29 "responseItemType": "string"
30 }
31 ],
32 "version": 0
33 },
34 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
35 "links": [
36 {
37 "method": "string",
38 "rel": "string",
39 "uri": "string",
40 "href": "string",
41 "title": "string",
42 "type": "string",
43 "itemType": "string",
44 "responseType": "string",
45 "responseItemType": "string"
46 }
47 ]
48 }
49 ],
50 "error": {
51 "message": "string",
52 "id": "string",
53 "errorCode": 0,
54 "httpStatusCode": 0,
55 "details": [
56 "string"
57 ],
58 "remediation": "string",
59 "errors": [
60 {}
61 ],
62 "links": [
63 {
64 "method": "string",
65 "rel": "string",
66 "uri": "string",
67 "href": "string",
68 "title": "string",
69 "type": "string",
70 "itemType": "string",
71 "responseType": "string",
72 "responseItemType": "string"
73 }
74 ],
75 "version": 0
76 },
77 "duration": -3.402823669209385e+38,
78 "defaultThumbnailSasThemesIconKey": "string",
79 "pagingState": {
80 "start": 0,
81 "limit": 0,
82 "count": 0
83 },
84 "links": [
85 {
86 "method": "string",
87 "rel": "string",
88 "uri": "string",
89 "href": "string",
90 "title": "string",
91 "type": "string",
92 "itemType": "string",
93 "responseType": "string",
94 "responseItemType": "string"
95 }
96 ],
97 "version": -2147483648
98}

Path Parameters

NameTypeRequiredDescription
jobId
string
true

the jobId

Query Parameters

NameTypeRequiredDescription
wait
number<float>
false

The number of seconds to wait for an update before returning from the "long poll". The maximum is 30 seconds.

Default:
0.5

Header Parameters

NameTypeRequiredDescription
If-None-Match
string
false

Optional eTag. On a match, 304 (not modified) is returned.

Responses

StatusMeaningDescription
200OKThe requested thumbnail job, which might be in a terminal state. Terminal states are "completed" and "failed".HeadersSchema
404Not FoundThe job could not be found.HeadersSchema
500Internal Server ErrorAn internal service error was returned by one of the services that this operation uses. The response object contains error text and codes to diagnose it.HeadersSchema