{ "opencollection": "1.0.0", "info": { "name": "Adobe Creative Suite Adobe Firefly Accessibility Operations API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Operations", "type": "folder" }, "items": [ { "info": { "name": "Adobe Creative Suite Get Operation Status", "type": "http" }, "http": { "method": "GET", "url": "https://firefly-api.adobe.io/v3/operation/:jobId", "params": [ { "name": "jobId", "value": "urn:aaid:AS:UE1:operation:abc123", "type": "path", "description": "Unique identifier of the operation job to check" } ] }, "docs": "Retrieves the current status of a PDF Services operation job. Poll this endpoint after submitting any operation to check progress. On success, the response contains a reference to the output asset." } ] } ], "bundled": true }