---
title: "list available native trigger services"
method: GET
path: "/w/{workspace}/native_triggers/integrations/list"
tags: ["workspace_integration"]
---

# list available native trigger services

`GET /w/{workspace}/native_triggers/integrations/list`

## Path parameters

- `workspace` string, required

## Response `200`

native trigger services list

- WorkspaceIntegrations[]
  - `service_name` 'nextcloud' | 'google' | 'github', required
  - `oauth_data` WorkspaceOAuthConfig
    - `client_id` string, required — The OAuth client ID for the workspace
    - `client_secret` string, required — The OAuth client secret for the workspace
    - `base_url` string, uri, required — The base URL of the workspace
    - `redirect_uri` string, uri, required — The OAuth redirect URI
  - `resource_path` string, nullable — Path to the resource storing the OAuth token

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
