added

Get workspace activity via API

Ever wish you could export the Activity Feed from your workspace? With the new activity feed results endpoint, now you can! As the latest addition to mabl's Reporting API, the activity feed results endpoint provides teams with programmatic access to historical user activity from their workspace.

Results can be filtered for the time range, type of action, entity type, entity name, and actor ID. You can use this endpoint to export results to an internal database, dashboard, or reporting tool to track workspace activity.

Try it out

Before using the activity feed results endpoint, you need access to:

  • API key: a "Viewer" API key is required for authenticating your requests
  • Workspace ID: the ID for your team's workspace

Go to the API reference section and take the following steps:

  1. Click on Retrieve activity feed entries.
  2. In the Authentication section, add "key" to the username field and the API key to the password field.
  3. In the Path params section, add the workspace ID.
  4. To send the request, click on the Try it! button.
Sending a request

Sending a request

Alternatively, you may copy and paste the generated request script for use in your own workflow.

Learn more

For more information on using the reporting API, see our documentation.