---
title: "List log configurations"
method: GET
path: "/controlplane/log/config"
tags: ["Log config"]
---

# List log configurations

`GET /controlplane/log/config`

List log configurations for a specific organization and account.

## Query parameters

- `organization_id` integer, required
- `account_id` integer, required
- `selector` object

## Response `200`

A list of log configurations.

- LogConfigListResponse
  - `paging` object, required
    - `offset` integer, required — The starting point for pagination. Defaults to 0 if not provided.
    - `limit` integer, required — The maximum number of results to return per page. The maximum allowed value is 200.
  - `results` LogConfig[], required
    - `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)
