Atlas
Admin — Plugin Marketplace

List plugins available to this workspace

Returns enabled catalog entries filtered by the workspace's plan tier, with installation status.

GET
/api/v1/admin/plugins/marketplace/available

Response Body

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/plugins/marketplace/available"
{
  "plugins": [
    {
      "id": "string",
      "name": "string",
      "slug": "string",
      "description": "string",
      "type": "datasource",
      "npmPackage": "string",
      "iconUrl": "string",
      "configSchema": null,
      "minPlan": "string",
      "enabled": true,
      "createdAt": "string",
      "updatedAt": "string",
      "installed": true,
      "installationId": "string",
      "installedConfig": null
    }
  ],
  "total": 0
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}