# Find job attachment by ID Endpoint: GET /jobs/{jobId}/attachment/{attachmentId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `jobId` (string, required) The job Id - `attachmentId` (string, required) The Attachment Id ## Response 404 fields (application/json): - `message` (string) Example: "not found"