get https://{region}-api.dotdigital.com/v2/campaigns/send/
Gets a campaign send status using send ID
This operation gets the progress of a sent campaign by the campaign's send ID. It will return a status indicating where the campaign is in the sending process.
The possible status types are:
- 'NotSent' - The campaign has not started sending yet
 - 'Scheduled' - The campaign is scheduled for sending
 - 'Sending' - The campaign has begun sending and has not yet finished sending
 - 'Sent' - The campaign has completed sending
 - 'Cancelled' - The campaign send was cancelled
 - 'NotAvailableInThisVersion' - This feature is not available in the version of the API you're using
 
