---
title: "get plugin config"
method: GET
path: "/answer/admin/api/plugin/config"
tags: ["AdminPlugin"]
---

# get plugin config

`GET /answer/admin/api/plugin/config`

get plugin config

## Query parameters

- `plugin_slug_name` string, required

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` object — response data
    - `config_fields` SchemaConfigField[]
      - `description` string
      - `name` string
      - `options` SchemaConfigFieldOption[]
        - `label` string
        - `value` string
      - `required` boolean
      - `title` string
      - `type` string
      - `ui_options` SchemaConfigFieldUIOptions
        - `action` SchemaUIOptionAction
          - `loading` SchemaLoadingAction
            - `state` string
            - `text` string
          - `method` string
          - `on_complete` SchemaOnCompleteAction
            - `refresh_form_config` boolean
            - `toast_return_message` boolean
          - `url` string
        - `class_name` string
        - `field_class_name` string
        - `input_type` string
        - `label` string
        - `placeholder` string
        - `rows` string
        - `text` string
        - `variant` string
      - `value` unknown
    - `description` string
    - `name` string
    - `slug_name` string
    - `version` string
  - `msg` string — response message
  - `reason` string — reason key

---

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