← Tools Reference

Lumos

Lumos integration (Security, Productivity). Imported from open-connector.

API key4 toolshttps://api.lumos.com
GET
lumos_list_appstore_apps
List AppStore apps in Lumos with optional search and visibility filters.

/appstore/apps

7 parameters
ParamTypeRequiredDescription
app_idstringoptionalFilter apps by the ID of the app.
name_searchstringoptionalSearch against name, app instance identifier, and app class ID.
exact_matchbooleanoptionalWhether the name_search filter should be an exact match.
all_visibilitiesbooleanoptionalWhether to include apps regardless of AppStore visibility. Only available to ad…
expandarrayoptionalApp fields to expand. Lumos currently supports custom_attributes.
pageintegeroptionalThe 1-based page number to request from Lumos.
sizeintegeroptionalThe number of items per page. Lumos caps this value at 100.
GET
lumos_get_appstore_app
Get a single AppStore app from Lumos by app ID.

/appstore/apps/{app_id}

2 parameters
ParamTypeRequiredDescription
app_idstringrequiredThe ID of the AppStore app to retrieve.
expandarrayoptionalApp fields to expand. Lumos currently supports custom_attributes.
GET
lumos_list_access_requests
List access requests in Lumos with optional user and status filters.

/appstore/access_requests

8 parameters
ParamTypeRequiredDescription
target_user_idstringoptionalFilter requests by the ID of the target user.
requester_user_idstringoptionalFilter requests by the ID of the requesting user.
user_idstringoptionalFilter requests by the ID of the user.
statusesarrayoptionalFilter requests by their Lumos status values.
sortstringoptionalSort access requests by created date.
expandarrayoptionalAccess request fields to expand. Lumos currently supports tasks and custom_fiel…
pageintegeroptionalThe 1-based page number to request from Lumos.
sizeintegeroptionalThe number of items per page. Lumos caps this value at 100.
GET
lumos_get_access_request
Get a single Lumos access request by ID.

/appstore/access_requests/{id}

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe ID of the access request to retrieve.
expandarrayoptionalAccess request fields to expand. Lumos currently supports tasks and custom_fiel…