---
title: "Gets plugin details by ids."
method: GET
path: "/v1/plugins"
tags: ["Assets"]
---

# Gets plugin details by ids.

`GET /v1/plugins`

## Query parameters

- `pluginIds` integer[], required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxWebResponsesPluginsPluginResponse
  - `data` RobloxWebResponsesPluginsPluginResponse[]
    - `id` integer — The plugin Id.
    - `name` string — The plugin name.
    - `description` string — The plugin description.
    - `commentsEnabled` boolean — Whether or not the plugin allows comments to be posted.
    - `versionId` integer — plugin version id
    - `created` string, date-time — The time the plugin was created.
    - `updated` string, date-time — The last time the plugin was updated.

## Other responses

- `400` — 1: Too many ids. 2: The format of the ids are invalid.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
