---
title: "GET /ai-plugins/search"
method: GET
path: "/ai-plugins/search"
---

# GET /ai-plugins/search

`GET /ai-plugins/search`

Searches packages and responds with the ai-plugin manifest

## Query parameters

- `limit` integer
- `query` string, required

## Response `200`

A list of ai-plugins (not paginated)

- AiPlugin[]
  - `schema_version` string, required
  - `name_for_human` string, required
  - `name_for_model` string, required
  - `description_for_human` string, required
  - `description_for_model` string, required
  - `auth` object, required
    - `type` string
  - `api` object, required
    - `type` string
    - `url` string
    - `is_user_authenticated` boolean
  - `logo_url` string, required
  - `contact_email` string, required
  - `legal_info_url` string, required

## Changes

> 10 revisions in range; 1 could not be searched.

- **2023-04-20** `a5da7ffdd2e7` — 1 info
  - endpoint added
- **2023-04-17** `6eef96437154` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/team-openpm/apis/openpm/changes/ai-plugins/search/get.md)

---

[API](https://skmtc.dev/team-openpm/apis/openpm.md) · [All operations](https://skmtc.dev/team-openpm/apis/openpm/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-openpm/openpm/revisions/586e2dd4f865/schema)
