---
title: "Get log search catalog"
method: GET
path: "/log_search/catalog"
tags: ["Log Search"]
---

# Get log search catalog

`GET /log_search/catalog`

Returns the log source list, supported filter keys, and detail fields for the project associated with your API key.

## Response `200`

Success

- LogSearchCatalogResponse
  - `data` object, required
    - `available` boolean, required
    - `catalog` object
      - `sources` object[]
        - `value` string
        - `label` string
        - `color` string
        - `aliases` string[]
      - `filter_suggestions` object[]
        - `key` string
        - `label` string
        - `description` string
        - `param_key` string
        - `sources` string[]
      - `detail_fields` string[]

## Other responses

- `401` — Missing or invalid API key

---

[API](https://skmtc.net/kapso/apis/kapso-platform-api.md) · [All operations](https://skmtc.net/kapso/apis/kapso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kapso/kapso-platform-api/revisions/18ff5548a33f/schema)
