> 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/jobtypes/list.md).

# list

Retrieve a list of Job Types

### Example

```
FM_api('JobTypes_list')
```

### Example Result

```
{"id":"1","name":"Maintenance"},{"id":"2","name":"Service"},{"id":"3","name":"Repair"}
```
