GetExportDefinition
Retrieves the current state of the bulk export process on the server.
Input
| Name | Type | Description |
| ExportToken | String | The token returned from CreateExportDefinition |
| GetExportDefinition | String | Specifies whether to return extra metadata information. Set to false to return only the State.
The default value is true. |
Result Set Columns
| Name | Type | Description |
| State | String | The current state of bulk export. A value of 'pending' or 'active' indicate Eloqua is still processing the request. A value of 'success' indicates the results are ready to be retrieved. Any other state would indicate an error. |
| ExportDefinitionName | String | The name used to identify this bulk export definition. |
| ExportDefinitionFields | String | The fields requested by this bulk export definition. |
| ExportDefinitionFilter | String | The data filter for this bulk export definition. |
| ExportDefinitionCreateAt | String | The time the bulk export definition was created. |
| ExportDefinitionCreateBy | String | The user who created the bulk export definition. |
| ExportDefinitionUpdateAt | String | The time the bulk export definition was last updated. |
| ExportDefinitionUpdateBy | String | The user who last updated the bulk export definition. |