Skip to main content
GET
/
v1
/
emails
/
logs
/
export
Download email lookup logs (Excel/CSV)
curl --request GET \
  --url https://api.example.com/v1/emails/logs/export \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

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

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

Authorizations

X-API-Key
string
header
required

Query Parameters

fmt
enum<string>
default:xlsx

Export format: xlsx (default) or csv

Available options:
xlsx,
csv
tz
string | null

IANA timezone (e.g., 'America/New_York') to localize created_date

Response

File download stream

Last modified on March 23, 2026