# SibApiV3Sdk.GetScheduledEmailByBatchIdBatches

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scheduledAt** | **Date** | Datetime for which the batch was scheduled | 
**createdAt** | **Date** | Datetime on which the batch was scheduled | 
**status** | **String** | Current status of the scheduled batch | 


<a name="StatusEnum"></a>
## Enum: StatusEnum


* `inProgress` (value: `"inProgress"`)

* `queued` (value: `"queued"`)

* `processed` (value: `"processed"`)

* `error` (value: `"error"`)




