GET https://graph.microsoft.com/v1.0/print/printers/PRINTERID/jobs?$top=1 HTTP/1.1 Host: graph.microsoft.com SdkVersion: Graph-dotnet-2.0.7 FeatureFlag: 0000004F Cache-Control: no-store, no-cache Authorization: Bearer [REMOVED] HTTP/1.1 200 OK Cache-Control: no-store, must-revalidate, no-cache, max-age=0 Content-Type: application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 Vary: Accept-Encoding Strict-Transport-Security: max-age=31536000 request-id: ea0886c8-d42f-4095-96dd-2815ea0c14f6 client-request-id: ea0886c8-d42f-4095-96dd-2815ea0c14f6 x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"South Central US","Slice":"E","Ring":"5","ScaleUnit":"000","RoleInstance":"SN1PEPF0001611B"}} OData-Version: 4.0 Date: Thu, 05 May 2022 18:11:14 GMT Content-Length: 1280 {"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#print/printers('PRINTERID')/jobs","@odata.nextLink":"https://graph.microsoft.com/v1.0/print/printers/PRINTERID/jobs?$top=1&$skiptoken=[REMOVED]","value":[{"id":"168","createdDateTime":"2022-05-05T17:51:29.281561Z","isFetchable":false,"redirectedFrom":null,"redirectedTo":null,"createdBy":{"id":"[REMOVED]","displayName":"Universal Print User","ipAddress":null,"userPrincipalName":"[REMOVED]","oDataType":null},"status":{"state":"completed","description":"The print job has completed successfully and no further processing will take place.","isAcquiredByPrinter":true,"details":[]},"configuration":{"quality":"medium","dpi":600,"feedOrientation":null,"orientation":"landscape","duplexMode":"flipOnLongEdge","copies":1,"colorMode":"grayscale","inputBin":"tray-1","outputBin":"auto","mediaSize":"North America Letter","mediaType":"auto","finishings":["none"],"pagesPerSheet":1,"multipageLayout":null,"collate":true,"scaling":null,"fitPdfToPage":null,"pageRanges":[],"margin":{"top":4230,"bottom":4230,"left":4230,"right":4230}}}]}