---
title: "List Components"
method: GET
path: "/components"
tags: ["Components"]
---

# List Components

`GET /components`

Retrieve a paginated list of components with optional filtering by type.

## Query parameters

- `component_type` 'agent' | 'team' | 'workflow'
- `page` integer — Page number
- `limit` integer — Items per page

## Response `200`

Successful Response

- PaginatedResponseComponentResponse
  - `data` ComponentResponse[], required — List of items for the current page
    - `component_id` string, required
    - `component_type` 'agent' | 'team' | 'workflow', required
    - `name` string, nullable
    - `description` string, nullable
    - `current_version` integer, nullable
    - `metadata` object, nullable
    - `created_at` integer, required
    - `updated_at` integer, nullable
  - `meta` PaginationInfo, required
    - `page` integer — Current page number (0-indexed)
    - `limit` integer — Number of items per page
    - `total_pages` integer — Total number of pages
    - `total_count` integer — Total count of items
    - `search_time_ms` number — Search execution time in milliseconds

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
