- The action type (for example
key.created,translation.approved,project.updated) - The user who performed the action and their display name
- The project and organization context
- The target resource and any relevant metadata
- A precise timestamp
Endpoints
Get Project Activity
Returns the activity feed for a specific project, ordered newest first:
Response:
The timestamp field is
created, not createdAt.Get Organization Activity
Returns the combined activity feed across all projects in the organization:userId, or filter to a specific action type with action.
Filter by Action Type
Use theaction query parameter to filter the log to a specific event type:
Key Notes
- Activity log entries are paginated. See Pagination for details.
- Entries are immutable. The activity log is an append-only audit trail.
- The
metadatafield contains action-specific detail. Its schema varies by action type. - Activity data is typically available within a few seconds of the action occurring.