> 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/jobrecurrence/_get.md).

# \_get

Retrieve Job Recurrence details.

### Parameters

#### id

The ID of the Job Recurrence.

### Example

```
FM_api('JobRecurrence_get', ['ids' => '22']);
```

### Result

#### On Success

```
{"id":"29","name":"Asset Maintenance: Service","ids":"70","cdate":"2018-10-05","edate":"0000-00-00","active":"1","every":"3","on_arr":"100","customer_id":"2","customer_type":"1","next_date":null,"user_id":"0","notes":null,"files":null,"edited_uuid":"JobRecurrence_clean","last_edited":"2018-10-08 17:14:37","days_in_advance":"30","copy_user":null,"copy_cust_ref":null}
```
