---
title: "Test Read Emails"
method: POST
path: "/email-integrations/{integration_id}/test-read"
tags: ["email-integrations"]
---

# Test Read Emails

`POST /email-integrations/{integration_id}/test-read`

Live-fetch the 5 most recent emails to verify the read scope is working.

Calls the provider API directly (no DB write, no cache). Surfaced in the UI
so users can see exactly what the gmail.readonly scope is reading on their
behalf — used by Crucible's resolver agent to detect customer replies.

## Path parameters

- `integration_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
