LeadBulkExports
Returns a list of lead export jobs that were created in the past 7 days.
Columns
Name | Type | Filterable | Description |
ExportId [KEY] | String | Unique id of the export job. | |
ErrorMessage | String | The error message in case of failed status. | |
CreatedAt | Datetime | The date when the export request was created. | |
FileSize | Integer | The size of file in bytes. This column will have a value only when status is 'Completed'. | |
FinishedAt | Datetime | The finish time of export job. This column will have a value only when status is 'Completed' or 'Failed'. | |
Format | String | The format of the file. | |
NumberOfRecords | Integer | The number of records in the export file. This will have a value only when the status is 'Completed'. | |
QueuedAt | String | The queue time of the export job. This column will have a value only when 'Queued' status is reached. | |
StartedAt | String | The start time of the export job. This column will have a value only when 'Processing' status is reached. | |
Status | String | The status of the export. |