Docs

Transactional Emails

GET

Get Transactional Email

GET /v1/emails/{emailId}

Retrieve a specific transactional email by ID with full details.

Use Cases:

  • View complete email metadata and tracking data
  • Debug delivery issues for a specific email
  • Check open/click tracking configuration
  • Retrieve custom metadata and tags attached to the email
  • Monitor email lifecycle (sent, delivered, opened, clicked, bounced)

Behavior:

  • Returns complete email object with all metadata
  • Includes reply-to, preview text, and tracking configuration
  • Shows SMTP response details (last response code and message)
  • Includes custom metadata and tags if attached
  • Shows bounce classification if email bounced
  • Email must belong to your workspace

Required Scope: smtp:send

Response Includes:

  • Full sender and recipient details (from, to, replyTo)
  • Email content metadata (subject, preview text)
  • Delivery status and SMTP response details
  • Tracking configuration (open and click tracking)
  • Engagement metrics (open count, click count, unique links clicked)
  • Complete delivery lifecycle timestamps
  • Custom metadata and tags

Path parameters

emailIdstringrequired

Transactional email ID

Response

200Successfully retrieved transactional email with full details and tracking data
objectstringrequired
idstringrequired

Unique email identifier

sendingIdstringrequired

Internal sending ID for event correlation

fromobjectrequired
replyToanyrequired

Reply-to address if set

tostringrequired

Recipient email address

subjectstringrequired

Email subject line

previewTextanyrequired

Preview text shown in inbox

statusstringrequired

Delivery status

lastResponseCodeanyrequired

Last SMTP response code

lastResponseMessageanyrequired

Last SMTP response message

bounceClassificationanyrequired

Bounce type classification if bounced

openTrackingEnabledbooleanrequired

Whether open tracking is enabled

clickTrackingEnabledbooleanrequired

Whether click tracking is enabled

metadataanyrequired

Custom metadata attached to the email

tagsanyrequired

Tags attached to the email

openCountnumberrequired

Total number of opens

clickCountnumberrequired

Total number of clicks

uniqueLinksClickednumberrequired

Number of unique links clicked

totalEventsnumberrequired

Total number of events for this email

createdAtstringrequired

ISO 8601 timestamp when the email was created

sentAtanyrequired

ISO 8601 timestamp when the email was sent

deliveredAtanyrequired

ISO 8601 timestamp when delivered

firstOpenedAtanyrequired

ISO 8601 timestamp of first open

firstClickedAtanyrequired

ISO 8601 timestamp of first click

bouncedAtanyrequired

ISO 8601 timestamp when bounced

complainedAtanyrequired

ISO 8601 timestamp when spam complaint received

Copyright © 2026 Kibamail.·Privacy Policy