List user activity logs
Returns the activity trail of team members using the workspace through per-user tokens: which endpoints they called, whether access was granted, and from where. With a workspace API token the full team’s activity is returned; with a per-user token only that user’s own activity is returned. Results are newest first.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Query Parameters
x <= 100Filter by the team member's email address
Filter by the product that made the request (e.g. loop)
Filter by whether access was granted
Filter by HTTP method
GET, POST, PUT, PATCH, DELETE Filter by response status code
403
Partial match on the requested URL
"conversations"
Only activity at or after this date/time (ISO 8601)
Only activity at or before this date/time (ISO 8601)
asc, desc