List integrations
List the workspace’s connected apps and integration connections.
view=apps returns the app catalogue; apps_overview groups connections by app with active/inactive counts; connections lists individual connections (filter with q/app/status/access, and project_id to scope either list to one project); connection_detail returns one connection (needs connection_id). Credentials are never returned.
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