---
title: "List or search Outlook mail as the calling member"
method: GET
path: "/v1/capabilities/microsoft-365/mail-messages"
tags: ["Capability Sources"]
---

# List or search Outlook mail as the calling member

`GET /v1/capabilities/microsoft-365/mail-messages`

Reads recent Outlook messages from the calling member's connected Microsoft 365 account. This capability is delegated and read-only.

## Query parameters

- `search` string
- `maxResults` integer

## Response `200`

Outlook messages returned.

- Microsoft365MailMessagesResponse
  - `ok` true, required
  - `messages` Microsoft365MailMessageSummary[], required
    - `id` string, required
    - `conversationId` string, required
    - `subject` string, required
    - `receivedDateTime` string, required
    - `preview` string, required
    - `from` Microsoft365EmailAddress, required
      - `name` string, required
      - `address` string, required
    - `to` Microsoft365EmailAddress[], required
      - `name` string, required
      - `address` string, required
    - `webLink` string, required
    - `hasAttachments` boolean, required

## Other responses

- `401` — The caller must be signed in.
- `409` — The calling member has not connected their Microsoft account or is missing permission.
- `502` — Microsoft Graph rejected the request.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
