---
title: "Get directory entries"
method: GET
path: "/list"
tags: ["Directory listing"]
---

# Get directory entries

`GET /list`

## Query parameters

- `path` string, required

## Response `200`

Directory entries.

- DirectoryEntry[]
  - `path` string
  - `numLines` integer, nullable
  - `loc` integer, nullable
  - `date` integer, nullable
  - `description` string, nullable
  - `pathDescription` string
  - `isDirectory` boolean
  - `size` integer, nullable

---

[API](https://skmtc.net/oracle/apis/opengrok-restful-api.md) · [All operations](https://skmtc.net/oracle/apis/opengrok-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oracle/opengrok-restful-api/revisions/4844bf710203/schema)
