---
title: "List"
method: GET
path: "/api/cp/class5/ai-agent-provider"
tags: ["Class 5 AI Agent Provider"]
---

# List

`GET /api/cp/class5/ai-agent-provider`

Retrieve a paginated list of Class 5 AI Agent Provider records. Supports filtering, sorting, and search.

## Query parameters

- `component_type` 'asr' | 'tts' | 'llm' | 's2s' | 'recording' | 'memory' | 'audio_processing' | 'observability'
- `scope` 'system' | 'user'

## Response `200`

Successful response

- Class5AiAgentProvider[]
  - `id` string — Id
  - `component_type` 'asr' | 'tts' | 'llm' | 's2s' | 'recording' | 'memory' | 'audio_processing' | 'observability' — Component Type
  - `provider` string — Provider
  - `name` string — Name
  - `scope` 'system' | 'user' — Scope
  - `account_id` integer — Account Id
  - `settings` string — Settings
  - `is_default` integer — Is Default
  - `enabled` integer — Enabled
  - `created_at` string, date-time — Created At
  - `updated_at` string, date-time — Updated At
  - `default_slot` integer — Default Slot
  - `model` string — Model
  - `abstract` string — Abstract

## Other responses

- `400` — Bad Request - Invalid parameters or request body
- `401` — Authentication information is missing or invalid
- `403` — Access denied - insufficient permissions or dependency access failure
- `500` — Internal server error

---

[API](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api.md) · [All operations](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/connexcs/connexcs-control-panel-api/revisions/54bc2ed6edae/schema)
