---
title: "Get the list of files from the user's main group"
method: GET
path: "/v3/storage/file/list/root-group"
tags: ["[v3] Storage"]
---

# Get the list of files from the user's main group

`GET /v3/storage/file/list/root-group`

## Query parameters

- `createdFrom` string, date-time
- `createdTo` string, date-time

## Response `200`

List of files in the main group

- object
  - `files` object[]
    - `userId` integer — Identifier of owner of the file
    - `name` string — File Identifier.
    - `createdAt` string, date-time — File creation time.
    - `lastModifiedAt` string, date-time — File last modification time

## Other responses

- `403` — Access denied, the user does not have the appropriate permissions.
- `500` — Server error while retrieving the file list.

---

[API](https://skmtc.dev/timecamp/apis/timecamp-api.md) · [All operations](https://skmtc.dev/timecamp/apis/timecamp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timecamp/timecamp-api/revisions/047f6ac362aa/schema)
