Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost/public/v1/email/events/{event_id}
{ "ok": true, "event": { "id": "<string>", "event_name": "<string>", "occurred_at": "<string>", "idempotency_key": "<string>", "email": "<string>", "payload": "<string>", "duplicate_of": "<string>", "failure_reason": "<string>", "created_at": "<string>", "completed_at": "<string>" } }
Use this endpoint to get an event by ID.
Show child attributes