v1

latestOpenAPI 3.0.22026-07-174617345.8 KB
Agent Plugins

Show a certain agent plugin.

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

get/api/v1/projects/{projectId}/plugins

Path parameters

projectIdinteger required
Example:1

The unique agent id.

Response

Agent plugin that belongs to a certain agent

status'error' | 'success'

The status of the response

Example response

{
  "status": "success",
  "data": {
    "model_name": "IndoorPlants",
    "human_name": "The Indoor Plants Channel",
    "keywords": "Indoor plants, Gardening, Trusted information.",
    "description": "Trusted information about indoor plants and gardening.",
    "logo": "https://app.customgpt.ai/logo.svg",
    "is_active": true
  }
}