Skip to main content
Activity Log provides a comprehensive audit trail of all actions performed in workspaces and on issues, automatically recording events as they occur. The user asks for a recent audit trail; the agent queries the activity log and summarises workspace events.

Quick Start

1

List Workspace Activity

2

Get Issue Activity


How It Works


API Endpoints

Workspace Activity

Issue Activity

Query Parameters


Response Schema

Each activity entry follows this structure:

Tracked Actions

Issue Actions

Future Actions

The activity log system is designed to capture additional events as the platform grows:
  • Workspace events (member added/removed)
  • Agent executions and results
  • File uploads and modifications
  • Configuration changes

Usage Examples

Using curl

Python with Filtering


Best Practices

Always use pagination when querying activity logs, especially for active workspaces. The default limit is 50, but you can adjust based on your needs.
For frequently accessed activity logs, implement client-side caching to reduce API calls and improve response times.
Use actor type filtering to separate human actions from automated agent actions for better analysis.
Implement monitoring to detect unusual activity patterns that might indicate issues or security concerns.

Testing

Test the activity log functionality with these commands:

Workspace Management

Learn about workspace organization and management

API Authentication

Configure secure API access with tokens