コンテンツにスキップ

bee user activities

List user activities

Results are ordered by most recent first. Use --activity-type to filter by type.

For activity type IDs, see:
https://developer.nulab.com/docs/backlog/api/2/get-user-recent-updates/#response-description

Terminal window
bee user activities [flags] <USER>
USER
User ID
--activity-type <id>
Filter by activity type IDs (repeatable)
-L , --count <n>
Number of results (default: 20)
--order <dir>
Sort order
--min-id <n>
Minimum ID for cursor-based pagination
--max-id <n>
Maximum ID for cursor-based pagination
--json <fields>
Output as JSON (optionally filter by field names, comma-separated)
-s , --space <hostname>
Space hostname

List user activities

Terminal window
bee user activities 12345

Show only issue-related activities

Terminal window
bee user activities 12345 --activity-type 1 --activity-type 2 --activity-type 3

Show last 50 activities

Terminal window
bee user activities 12345 --count 50

Output as JSON

Terminal window
bee user activities 12345 --json
BACKLOG_SPACE
Space hostname
BACKLOG_API_KEY
Authenticate with an API key