# Retrieve an email metadata for given document ID Endpoint: GET /emails/{id} Version: 2.51.0 Security: OAuth2 ## Path parameters: - `id` (string, required) Example: "6295dcd39db1ab740c3e296c" ## Response 200 fields (application/json): - `id` (string, required) Example: "6040dc9680b782b365ea77d5" - `senderAddresses` (array, required) Example: ["no-replay@hypatos.com","joe.doe@example.com"] - `subject` (string) Example: "Document from this month" ## Response 401 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 403 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 404 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error ## Response 500 fields (application/json): - `detail` (string, required) A human readable explanation of the error. - `status` (integer, required) The HTTP status code. - `title` (string, required) A short summary of the error