Skip to main content
POST
Export a Leads Report
Safety and behavior notes
  • Cells beginning with spreadsheet formula characters are prefixed with an apostrophe.
  • The export includes lead names, email, phone, company, source, workflow or stage, and timestamps.
  • The response contains a bearer-style download URL valid for 604800 seconds, or seven days; protect it as a secret.
  • download_url grants temporary access to a file containing personal data.

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Body

application/json
workflow_ids
string<uuid>[]
required
Required array length: 1 - 20 elements

Response

Tenant-scoped private CSV export and seven-day signed download URL.

success
enum<boolean>
required
Available options:
true
format
enum<string>
required
Available options:
csv
row_count
integer
required
Required range: x >= 0
workflow_count
integer
required
Required range: 1 <= x <= 20
generated_at
string<date-time>
required
expires_in_seconds
enum<integer>
required
Available options:
604800
download_url
string<uri>
required
Last modified on September 8, 2026