---
title: "Show a certain agent plugin."
method: GET
path: "/api/v1/projects/{projectId}/plugins"
tags: ["Agent Plugins"]
---

# Show a certain agent plugin.

`GET /api/v1/projects/{projectId}/plugins`

Retrieve the plugin details associated with an agent (formerly known as project). This endpoint provides information about the agent plugin.

## Path parameters

- `projectId` integer, required

## Response `200`

Agent plugin that belongs to a certain agent

- object
  - `status` 'error' | 'success' — The status of the response
  - `data` ProjectPlugin
    - `model_name` string — Model Name
    - `human_name` string — Name For Human
    - `keywords` string — Keywords For Model
    - `description` string — Description For Human
    - `logo` string — Agent plugin logo
    - `is_active` boolean — Whether the agent plugin is active or not

## Other responses

- `400` — Bad Argument
- `401` — API Token is either missing or invalid
- `404` — Agent plugin not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/poll-the-people/apis/customgpt-ai.md) · [All operations](https://skmtc.net/poll-the-people/apis/customgpt-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poll-the-people/customgpt-ai/revisions/b80e6dfcf78d/schema)
