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

# \_getById

Returns given Jobs details

### Parameters

#### ids

The IDs of the Jobs to be retrieved

### Example

```
FM_api('Jobs_getById', ['ids'=>['98', '99', '100']]);
```

#### On Success

```
{"id":"98","form_id":"3","form_type":"0","form_num":"19","user_id":"82878","user_type":"0","customer_id":"1","location":null,"meeting_time":"2018-10-11 14:51:00","form_values":null,"is_complete":"1","last_edited":"2018-11-15 09:58:19","on_app":"1","meta":"{\"minutes_worked\":{\"normal\":0,\"overtime\":0}}","appId":"127571277022494","created_by":"82878","cdate":"2018-10-11 14:50:57","notes":"[]","edited_uuid":"Job_setStatusToComplete","job_ref":"26","user_status":"0","subform_values":null,"stock_use"...
```
