curl --request GET \
--url https://api.openworklabs.com/v1/plugins{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"description": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"memberCount": 4503599627370495
}
],
"nextCursor": "<string>"
}Lists plugins visible to the current organization member.
curl --request GET \
--url https://api.openworklabs.com/v1/plugins{
"items": [
{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"description": "<string>",
"status": "active",
"createdByOrgMembershipId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z",
"memberCount": 4503599627370495
}
],
"nextCursor": "<string>"
}1 - 2551 <= x <= 100active, inactive, deleted, archived 1 - 255Was this page helpful?