# logFileHandler

From **Kubernetes**.

`GET /logs/{logpath}`

## Parameters

### `logpath`

- Location: path
- Required: true
- Type: `string`
- uniqueItems: `true`

path to the log

## Responses

### `401`

Unauthorized

## Request examples

### cURL

```shell
curl --request GET \
  --url '/logs/{logpath}'
```
