---
title: "List config analyses"
method: GET
path: "/config-registry/analyses"
tags: ["Config Registry"]
---

# List config analyses

`GET /config-registry/analyses`

Lists analyses for the selected project, newest first.

## Query parameters

- `limit` integer
- `offset` integer
- `search` string

## Response `200`

Project-scoped analysis history.

- ConfigRegistryAnalysisSummary[]
  - `analysis` ConfigRegistryAnalysis, required
    - `created_at` string, date-time, required — Time the analysis was created.
    - `failure` Error, required
      - `code` string, required — Application-specific error code (machine-readable)
      - `details` ErrorDetail[] — Additional error details (for multiple errors)
        - `code` string — Lower-level error code providing more specific detail
        - `message` string — Further detail about the error
      - `inner_error` ErrorDetail
        - `code` string — Lower-level error code providing more specific detail
        - `message` string — Further detail about the error
      - `message` string, required — Human-readable error description for debugging
    - `finished_at` string, date-time, nullable, required — Time the analysis reached a terminal status. Null while it is running.
    - `id` string, required — Discovery run ID used to poll analysis status.
    - `status` 'running' | 'completed' | 'failed' | 'canceled', required — Lifecycle status of a background analysis.
  - `target` ConfigRegistryTarget, required
    - `domain` string, required — Registrable domain.
    - `host` string, required — Full hostname, including subdomain.
    - `normalized` string, required — Exact normalized scheme, host, port, and path used for lookup.

## Other responses

- `400` — Bad Request – invalid input
- `401` — Unauthorized – missing or invalid authorization token
- `403` — Forbidden – insufficient permissions or plan
- `404` — Resource not found
- `500` — Internal Server Error

---

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