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

## IHttpStorageProvider.getChildren() method

**Signature:**

```typescript
getChildren(path: string): Promise<Result<readonly IStorageTreeItem[]>>;
```

**Parameters:**

<table><thead><tr><th>Parameter</th><th>Type</th><th>Description</th></tr></thead>
<tbody>
<tr><td>path</td><td>string</td><td></td></tr>
</tbody></table>

**Returns:**

Promise&lt;Result&lt;readonly [IStorageTreeItem](IStorageTreeItem.md)[]&gt;&gt;
