> 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/contracts/_list.md).

# \_list

Return a list of all Contracts

### Example

```
FM_api(
	'Contracts_list'
); 
```

### Result

The result should look something like this:

```
[{"id":"1","name":"Test Contract"},{"id":"2","name":"Monthly Contract"},{"id":"3","name":"Bimonthly Contract"},{"id":"5","name":"Annual Contract"},{"id":"6","name":"Safety Check"}]
```
