ReadonlycreatedISO-8601 timestamp of when the job was enqueued.
ReadonlyerrorHuman-readable error description, populated only when status === {@link JobStatus.FAILED}. Contains the engine error code and message when
the failure originates from gRPC.
ReadonlyjobOpaque job identifier returned when the job was enqueued.
ReadonlyresultJob result payload, populated only when status === {@link JobStatus.COMPLETED}.
{ publicKey, publicKeyPackage }{ signature, recoveryId }.ReadonlystatusCurrent lifecycle status of the job.
ReadonlytypeWhether this is a key-generation or signing job.
ReadonlyupdatedISO-8601 timestamp of the last status transition (processing start, completion, or failure).
Response body for
GET /jobs/:jobId. Returned regardless of the current job status.