EnqueueExportJob
Places an export job in queue and starts the job when computing resources become available.
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. |
| JobStatus | String | The status of the export process. |
| Format | String | The format of the export job. |
| CreatedAt | String | The date when the export job was created. |
| QueuedAt | String | The date when the export job was queued. |