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

# \_getStock

Get Stock details for given Jobs

### Parameters

#### ids

The IDs of the Jobs which the stock details will be retrieved.

### Example

```
FM_api('Jobs_getStock', ['ids' => ['137', '133', '132']])
```

### Result

#### On Success

```
[[{"id":"1","amt":"4","source":"1_82878"}]]
```
