GetExportJobStatus
Returns the status of an export job. Job status is available for 30 days after Completed or Failed status was reached.
Input
| Name | Type | Required | Description |
| JobId | String | True | The id of the export job. |
| Type | String | True | The object type of the BulkExtract. Available values are : Activities, Leads, ProgramMembers.
The allowed values are Activities, Leads, ProgramMembers. |
Result Set Columns
| Name | Type | Description |
| JobId | String | The Id of the export job. |
| Format | String | The format of the export job. |
| CreatedAt | String | The date when the export job was created. |
| JobStatus | String | The status of the export process. Applicable values: Created, Queued, Processing, Cancelled, Completed, Failed. |
| QueuedAt | String | The date when the export job was queued. |
| StartedAt | String | The date when the export job was started. |
| FinishedAt | String | The date when the export job was finished. |
| NumberOfRecords | String | The number of records contained within the generated file. |
| FileSize | String | The size of the generated file. |