{ "operationId": "get-revision", "method": "GET", "path": "/ids/{edgeWorkerId}/revisions/{revisionId}", "summary": "Akamai Get a Revision", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "accountId": "A-CCT1234", "activationId": 1, "checksum": "db3697e7eb03c8fb4822fd763b840e1b915693ab03e02a583fecfcd55d07857d", "createdTime": "2023-08-10T15:32:22Z", "edgeWorkerId": 42, "lastModifiedTime": "2023-08-10T15:41:20Z", "network": "PRODUCTION", "revisionActivationStatus": "COMPLETE", "revisionId": "1-2", "version": "0.7" } } ] }