---
title: "Read a log configuration"
method: GET
path: "/controlplane/log/config/{id}"
tags: ["Log config"]
---

# Read a log configuration

`GET /controlplane/log/config/{id}`

Read a specific log configuration.

## Path parameters

- `id` string, required

## Response `200`

The operation was successful.

- LogConfig
  - `is_default` true | false — Defines whether this log configuration is the default. > > **Note**: If true, it requires the `agent:log_config:create-default` permission; otherwise, it requires `agent:log_config:create`. >
  - `expires_at` string — If the log configuration is not default, an expiration date must be specified.
  - `account_id` integer — Applicable if the log specification is at the account level.
  - `selector` object — The tags to be matched to apply the log configuration.
  - `configuration` object — The log configuration as defined in the log specification.
  - `created_configuration_defaults` ConfigurationDefault[]
    - `template_id` string
    - `template_name` string
    - `capability_category` string
    - `capability_provider` string
    - `default_configuration_id` string

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

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