# Get email thread for LLM

Get an email conversation thread formatted for LLM processing. Optimized for AI analysis and response generation.

Endpoint: POST /emails/api/emails/llm-thread
Version: 2.0.0
Security: bearerAuth

## Request fields (application/json):

  - `sender_profile_uuid` (string, required)

  - `lead_uuid` (string, required)

  - `lead_name` (string, required)
    Name of the contact (for personalization).

  - `limit` (string)

  - `sent_at_recency_in_days` (integer)


## Response 200 fields
