> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.deepmask.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Contact

> Returns full details of an Outlook contact by ID — name, email addresses, phone numbers, company, and department.

`outlook_get_contact`

Returns full details of a contact by ID — name, email addresses, phone numbers, company, and department. Use `outlook_list_contacts` or `outlook_search_contacts` to find contact IDs.

## Parameters

| Parameter         | Type   | Required | Description                                                           |
| ----------------- | ------ | -------- | --------------------------------------------------------------------- |
| `contact_id`      | string | Yes      | Contact ID from `outlook_list_contacts` or `outlook_search_contacts`. |
| `response_format` | string | No       | Output format: `"markdown"` (default) or `"json"`.                    |

## Returns

The complete contact object with all available fields including `displayName`, `emailAddresses`, `mobilePhone`, `businessPhones`, `jobTitle`, `companyName`, `department`, and `officeLocation`.

## Example use

> "Get the full contact details for contact ID `AAMkAGI2...`."
