> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/jobs/_recurring.md).

# \_recurring

Get Recurring Jobs data.

### Example

```
FM_api('Jobs_recurring');
```

### Result

#### On Success

```
[{"id":"2","meta":"{\"job_ref_customer\":\"\",\"job_ref_reason\":\"based on last one, using method defined in Settings page\",\"original_meeting_time\":\"2018-09-20 13:00:00\"}","meeting_time":"2018-09-25 13:00:00","customer_id":"3","customer_type":"0","user_id":"82878"},{"id":"3","meta":"{\"job_ref_customer\":\"\",\"original_meeting_time\":\"2018-09-20 14:30:00\"}","meeting_time":"2018-09-24 14:30:00","customer_id":"2","customer_type":"0","user_id":"82878"},{"id":"6","meta":"{\"job_ref_customer\":\"\",\"jo"...}]
```
