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

# \_getOwner

Returns the asset owner name and ID

### Parameters

#### id

The ID of the Asset

### Example

```
FM_api('Asset_getOwner', ['id'=>'1']);
```

#### On Success

```
{"owner_id":"5","name":"Fieldmotion"}
```

#### On Error

```
false
```
