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.
Path parameters
The unique agent id.
Response
Agent plugin that belongs to a certain agent
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
}
}Changes
Changed in 5 of the 9 revisions of this API.1413
- ●
added the new
Agent plugin id is requiredenum value to thedata/messageresponse property for the response status404response-property-enum-value-added
- ●
added the new
Agent plugin with id {pluginId} not foundenum value to thedata/messageresponse property for the response status404response-property-enum-value-added
- ●
added the new
Plugin for agent with id {projectId} not foundenum value to thedata/messageresponse property for the response status404response-property-enum-value-added
- ○
api tag
Agent Pluginsaddedapi-tag-added
- ○
api tag
Project Pluginsremovedapi-tag-removed
- ○
removed the
Plugin for project with id {projectId} not foundenum value from thedata/messageresponse property for the response status404response-property-enum-value-removed
- ○
removed the
Project plugin id is requiredenum value from thedata/messageresponse property for the response status404response-property-enum-value-removed
- ○
removed the
Project plugin with id {pluginId} not foundenum value from thedata/messageresponse property for the response status404response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
- ●
removed the optional property
data/ProjectPluginfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/human_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/is_activeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/keywordsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/logoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/model_nameto the response with the200statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲