Get Email Thread
Email
Get Email Thread
Retrieve a single email thread with its full message list
GET
Get Email Thread
Request
Path Parameters
Thread identifier, as returned by
GET /v1/email/threads.Query Parameters
When
true, the full HTML and text body of each message is returned. Set to false for a lightweight summary response.Headers
Response
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID headers.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:email permission |
| 404 | not_found | No thread with the given ID exists in this workspace |
| 429 | rate_limited | Rate limit exceeded |