List integrations
Lists the third-party apps and integration connections available to the workspace: browse the catalogue of supported apps, see connections grouped by app with active and inactive counts, or list individual connections.
Example: “What integrations are available to connect?”
Usage: pick what you want with view: apps for the full catalogue of supported apps, apps_overview for connections grouped by app with active and inactive counts, connections for the individual connections, and connection_detail for one connection (needs its id). Narrow the lists with free-text search, and connections also by app, status, or whether they have project access; pass a project id to scope either list to one project. The lists come back in pages of up to 100 (50 by default). Credentials are never returned.
Response: the data for the chosen view: the app catalogue, the per-app overview with counts, the list of connections, or one connection’s details.
Headers
Overrides the key's workspace
User API key
Body
Which integrations view to return
apps, apps_overview, connections, connection_detail Connection to act on: the id field of a connection read, not its connection_id field. Required for connection_detail.
Filter connections and apps_overview to connections usable from this project
Free-text filter for apps_overview and connections
Filter connections by integration slug
Filter connections by the derived display status (e.g. active, inactive, expired). status=no_project_access only matches when that's the highest-precedence status - a connection that also has no project access but is expired/setup_pending shows as that status instead, not no_project_access. For 'which connections lack project access' (independent of other statuses), use access instead.
setup_pending, active, inactive, no_project_access, expired Filter connections by project access (has_access or no_access) - a direct, complete check independent of other status precedence. Prefer this over status=no_project_access when the question is purely about project accessibility.
has_access, no_access 1-based page number
x >= 1Items per page
1 <= x <= 100Response
Successful Response