[Home](../README.md) > [HttpStorageService](./HttpStorageService.md) > getChildren

## HttpStorageService.getChildren() method

**Signature:**

```typescript
getChildren(request: IStoragePathRequest): Promise<Result<IStorageTreeChildrenResponse>>;
```

**Parameters:**

<table><thead><tr><th>Parameter</th><th>Type</th><th>Description</th></tr></thead>
<tbody>
<tr><td>request</td><td>IStoragePathRequest</td><td></td></tr>
</tbody></table>

**Returns:**

Promise&lt;Result&lt;[IStorageTreeChildrenResponse](../interfaces/IStorageTreeChildrenResponse.md)&gt;&gt;
