For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Developer
Academy
Community
Status
Reference
Guides
Agent Studio
Agent Studio
Build Agent Plugins and automations
Agent Studio
Agent Studio
Build Agent Plugins and automations
Developer
Academy
Community
Status
Agent Studio
Development and Testing
Logs
Ask a question
|
Copy page
|
View as Markdown
|
More actions
Log Viewer
Go to
https://my.moveworks.com/
and log in
Click the App Switcher in the top right
Click on the “Logs” tile in the home page
Filters
Time-range
- This filters for logs between a lower & upper bound time range. It defaults to the last 6 hours & can go back a max of 14 days.
Root UUID
- This UUID that ties an entire Plugin execution together.
Requestor
- This is the user email of the user who triggered the Plugin.
Log Level
- This is the level of the log.
By default it will be
LOG_LEVEL_DEBUG
.
If an error occurred, it will be
LOG_LEVEL_ERROR
.
Log Type
- This can be
compound_action.trigger
,
compound_action.step.execute
,
action.http.trigger
Response Code
- This is only applicable to
action.http
logs. It filters these logs based on the requests response code (e.g. 200, 404)