← Tools Reference

Moesif

Moesif integration (Developer Tools, Data). Imported from open-connector.

API key4 toolshttps://api.moesif.com/v1
GET
moesif_list_apps
List apps in the selected Moesif organization.

/{organizationId}/apps

3 parameters
ParamTypeRequiredDescription
organizationIdstringrequiredThe Moesif organization path segment. Use the default ~ value for the current o…
takeintegeroptionalThe maximum number of records to return.
beforeIdstringoptionalThe cursor ID used to fetch records before that item.
GET
moesif_list_workspaces
List Moesif workspaces for an app with access filters.

/{organizationId}/workspaces

5 parameters
ParamTypeRequiredDescription
organizationIdstringrequiredThe Moesif organization path segment. Use the default ~ value for the current o…
appIdstringoptionalThe Moesif app ID. Use the default ~ value for the current app.
takeintegeroptionalThe maximum number of records to return.
beforeIdstringoptionalThe cursor ID used to fetch records before that item.
accessarrayrequiredThe Moesif workspace access filters to request.
GET
moesif_get_workspace
Get a Moesif workspace by ID.

/{organizationId}/workspaces/{workspaceId}

3 parameters
ParamTypeRequiredDescription
workspaceIdstringrequiredThe Moesif workspace ID.
organizationIdstringrequiredThe Moesif organization path segment. Use the default ~ value for the current o…
appIdstringoptionalThe Moesif app ID. Use the default ~ value for the current app.
GET
moesif_list_workspace_templates
List Moesif workspace templates for an app.

/{organizationId}/workspaces/templates

2 parameters
ParamTypeRequiredDescription
organizationIdstringrequiredThe Moesif organization path segment. Use the default ~ value for the current o…
appIdstringoptionalThe Moesif app ID. Use the default ~ value for the current app.