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

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.

Path Parameters

exportId
string
required

The unique identifier of the current user's data export.

Response

OK

Describes the lifecycle, scope, progress, retention, and downloadable artifacts of a Leadping user-data export request.

id
string

Unique Leadping identifier for the user data export.

status
enum<string>

Identifies the preparation, availability, failure, expiration, or deletion stage of a 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
null | string<date-time>

Date and time when the user data export started.

completedAt
null | string<date-time>

Date and time when the user data export completed.

failedAt
null | string<date-time>

Date and time when the user data export failed.

expiresAt
string<date-time>

Date and time when the user data export expires.

message
null | string

Human-readable message for this Leadping user data export.

downloadUrl
null | string<uri>

Temporary URL for downloading the completed Leadping data export.

fileName
null | string

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

contentType
null | string

Media type of the generated file or response content.

sizeBytes
null | integer<int64>

Size of the generated export archive in bytes, when the export is ready.

downloadCount
integer<int32>

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

maxDownloadCount
integer<int32>

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

files
object[]

Collection of files included with this Leadping user data export.