# SMS Jobs

## Send SMS Job.

 - [POST /jobs](https://developers.retarus.com/sms/sms4a-api/sms-jobs/postjob.md): Send one or more SMS with one or more recipients each. The total number of recipients is limited to 3000 per job. The response contains the job ID (jobId) of your new SMS job.

## Get all jobs for given criteria.

 - [GET /jobs](https://developers.retarus.com/sms/sms4a-api/sms-jobs/listjobs.md): Get a list of job IDs for a specified time period and corresponding to the other optionla filters.

## Get job status

 - [GET /jobs/{jobId}](https://developers.retarus.com/sms/sms4a-api/sms-jobs/getjob.md): Get the job status and the list SMS IDs for the job.  In order to get the individual SMS status for all SMS's of a job, use the SMS status  endpoint /sms with the corresponding jobId parameter - eg /sms?jobId=J.20180620-085038.561-0jimrdkk7SOILYBNMK

