---
title: "Admin List System Agents"
method: GET
path: "/v1/ai-models/admin/system-agents"
tags: ["ai-models"]
---

# Admin List System Agents

`GET /v1/ai-models/admin/system-agents`

## Response `200`

Successful Response

- SystemAgentRoutingResponse
  - `agents` SystemAgentRouting[], required
    - `agent` 'autocomplete' | 'commit_message', required
    - `label` string, required
    - `description` string, required
    - `configured_model_id` string, nullable, required
    - `default_model_id` string, required
    - `fallback_model_id` string, required
    - `effective_model_id` string, nullable, required
    - `resolution_source` 'configured' | 'default' | 'fallback' | 'unavailable', required
  - `available_models` SystemAgentModelOption[], required
    - `model_id` string, required
    - `model_name` string, required
    - `provider` string, required
    - `external_model_id` string, nullable, required
    - `is_active` boolean, required
    - `enabled` boolean, required

---

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