SuperAI Flow Platform

Sections

Theme switcher

Get plugin capabilities

Retrieve detailed capabilities of a specific plugin.

Returns comprehensive information about what the plugin can do, including:

  • Supported operations and execution models
  • Required authentication types
  • Configuration schema and metadata
  • Webhook support status

Use Cases: - Display plugin configuration UI - Validate plugin compatibility with workflow - Generate plugin documentation

Header Parameters

Authorizationstring

Path Parameters

plugin_namestring Required

Response

200
Object
Plugin capabilities retrieved successfully
401
Object
Unauthorized - Missing or invalid authentication credentials

Response Attributes

errorobject Required

Standard error detail structure.

This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.

Show child attributes

request_idnull
404
Object
Plugin not found with the specified name

Response Attributes

errorobject Required

Standard error detail structure.

This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.

Show child attributes

request_idnull
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

500
Object
Internal Server Error - An unexpected error occurred

Response Attributes

errorobject Required

Standard error detail structure.

This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.

Show child attributes

request_idnull
Was this section helpful?

What made this section unhelpful for you?

GET

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?

View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot