Skip to main content
GET
/
email-threads
/
{id}
Get Email
curl --request GET \
  --url https://email.universal.rollout.com/api/email-threads/{id}
{
  "id": "<string>",
  "lastMessageAt": "<string>",
  "originalIds": {},
  "original": {}
}

Documentation Index

Fetch the complete documentation index at: https://rollout.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

OK

id
string
required
lastMessageAt
string
required
originalIds
object
required
original
object
required