Get VWO workspace timeline
vwo_get_workspace_historyRetrieve the activity timeline for a VWO workspace to see who changed what and when. Filter by start and end times to focus on specific periods.
Instructions
Retrieve the activity timeline (feed) for a workspace — who changed what and when. Use startTime/endTime to narrow the window when investigating a specific change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entries. | |
| offset | No | Number of items to skip, for paging. | |
| endTime | No | Unix timestamp (seconds) for the end of the window. | |
| accountId | No | Numeric VWO workspace (account) id to operate on. Required unless the server has a default workspace configured. If the user referred to a workspace by name, either pass workspaceName instead or call vwo_list_workspaces to look up the id — never guess an id. | |
| startTime | No | Unix timestamp (seconds) for the start of the window. | |
| workspaceName | No | Workspace name to resolve to an id, as an alternative to accountId. Must match exactly one visible workspace, otherwise an error lists the candidates. |