List Workspaces for an installed app
GET/v1/organizations/:organization_id/installed-apps/:installed_app_id/workspaces
Returns a paginated list of Workspace-level observations for the selected installed app within the scope of the organization.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Installed app Workspace observations obtained successfully.
Invalid request parameters.
Not authorized or organization not accessible.
Installed app not found within the scope of the authorized organization.
Internal server error.