---
title: "Get Flavor"
method: GET
path: "/api/v1/plugin-flavors/{name}"
tags: ["plugins"]
---

# Get Flavor

`GET /api/v1/plugin-flavors/{name}`

Returns the requested flavor.

Args:
    name: Name of the flavor.
    type: Type of Plugin
    subtype: Subtype of Plugin

Returns:
    The requested flavor response.

## Path parameters

- `name` string, required

## Query parameters

- `type` 'event_source' | 'action', required — All possible types of Plugins.
- `subtype` 'webhook' | 'pipeline_run', required — All possible types of Plugins.

## Response `200`

Successful Response

- BasePluginFlavorResponse — Base response for all Plugin Flavors.
  - `body` BasePluginResponseBody — Response body for plugins.
  - `metadata` BasePluginResponseMetadata — Response metadata for plugins.
  - `resources` BasePluginResponseResources — Response resources for plugins.
  - `name` string, required
  - `type` 'event_source' | 'action', required — All possible types of Plugins.
  - `subtype` 'webhook' | 'pipeline_run', required — All possible types of Plugins.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/zenml-io/apis/zenml-2.md) · [All operations](https://skmtc.net/zenml-io/apis/zenml-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenml-io/zenml-2/revisions/febb01b8bce3/schema)
