Skip to main content
GET
/
workspaces
/
{ws_id}
/
plugins
Page plugins
curl --request GET \
  --url http://localhost:8080/workspaces/{ws_id}/plugins
{
  "total": 1,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "enabled": true,
      "endpoint_id": "<string>",
      "source_id": "<string>",
      "config": {},
      "metadata": {},
      "created_at": 123,
      "updated_at": 123
    }
  ]
}

Path Parameters

ws_id
string
required

The workspace id

Example:

"default"

Query Parameters

page_no
integer
default:1
page_size
integer
default:20

Response

200 - application/json

OK

data
object[]
total
integer
Example:

1