---
title: "List contents of folder"
method: GET
path: "/resources/list/{id}"
tags: ["Resources"]
---

# List contents of folder

`GET /resources/list/{id}`

Returns a list of files/folders for the parent resource ID. 

You can use this API call to get information about all files and folders at a specified path. By default, the API returns basic metadata on each file/folder. An optional `include` parameter forces the return of additional metadata. As with all API calls, the path should be the full path relative to the user's home directory (e.g. **/myfiles/some_folder**).

**Notes:**
- Authenticated user should have list permission.

## Path parameters

- `id` integer, required

## Query parameters

- `sort` string
- `offset` integer
- `limit` integer
- `type` string
- `include` string

## Headers

- `ev-api-key` string, required
- `ev-access-token` string, required

## Response `200`

Successful Operation

- ResourceCollectionResponse — unresolved $ref

---

[API](https://skmtc.net/prismic/apis/exavault-api.md) · [All operations](https://skmtc.net/prismic/apis/exavault-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prismic/exavault-api/revisions/a1bd874b5960/schema)
