List Installed Apps
GET /installed-apps
GET
/installed-apps
PREVIEW. This endpoint is deployed but gated: it returns 404 unless the hosted app platform is enabled for your organization. It is published here so the contract describes the whole surface, not so it can be called today.
List the apps installed in your workspace, including revoked ones.
Revoked installs are included on purpose: “we used to have this app and turned it off” is a different answer from “we never had it”, and only one of them explains why the app’s data is still here.
Authorizations
Parameters
Header Parameters
Responses
200
Successful Response
object
data
required
Array<object>
An app installed in your workspace, and what you granted it.
object
app_id
required
string
client_org_id
required
string
consented_scopes
Array<string>
install_id
required
string
status
required
pending, consented, revoked, suspended or expired.
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string