kaiten_get_space_activity
Retrieve a Kaiten space's activity feed with filters for actions, author, and date. Use bulk action types to get complete card location history efficiently via pagination.
Instructions
Get activity feed for a Kaiten space. EFFICIENT BULK ALTERNATIVE: Use actions='card_add,card_move,card_archive,card_join_board,card_revive' to get all location history for ALL cards in a space. Paginate with offset to get complete history — much more efficient than calling kaiten_get_card_location_history for each card individually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50, max 100) | |
| fields | No | Comma-separated field names to keep. Strips everything else. | |
| offset | No | Pagination offset | |
| actions | No | Comma-separated action types to filter (card_add, card_move, card_archive, card_join_board, card_revive, card_delete, comment_add, checklist_add, member_add, etc.) | |
| compact | No | Strip heavy fields (avatars, user details). Default true for bulk. | |
| space_id | Yes | Space ID | |
| author_id | No | Filter by author user ID | |
| created_after | No | Filter activities after this datetime (ISO 8601) | |
| created_before | No | Filter activities before this datetime (ISO 8601) |