Skip to main content
GET
Get a current-user data export report

Path Parameters

exportId
string
required

Response

OK

Response model containing user data export data returned by the Leadping API.

id
string

Unique Leadping identifier for the user data export.

status
enum<string>

Current status for this Leadping user data export.

Available options:
Pending,
Processing,
Completed,
Failed,
Expired
requestedAt
string<date-time>

Date and time when the user data export was requested.

startedAt
string<date-time> | null

Date and time when the user data export started.

completedAt
string<date-time> | null

Date and time when the user data export completed.

failedAt
string<date-time> | null

Date and time when the user data export failed.

expiresAt
string<date-time>

Date and time when the user data export expires.

message
string | null

Human-readable message for this Leadping user data export.

downloadUrl
string | null

Temporary URL for downloading the completed Leadping data export.

fileName
string | null

Human-readable file name associated with this Leadping user data export.

contentType
string | null

Media type of the generated file or response content.

sizeBytes
string<int64> | null

File size in bytes.

Pattern: ^-?(?:0|[1-9]\d*)$
downloadCount
string<int32>

Total number of download records represented by this Leadping user data export.

Pattern: ^-?(?:0|[1-9]\d*)$
maxDownloadCount
string<int32>

Total number of max download records represented by this Leadping user data export.

Pattern: ^-?(?:0|[1-9]\d*)$
files
object[]

Collection of files included with this Leadping user data export.