Skip to content

docs: Add activity log event types API to Unstable spec#399

Merged
farukaydin merged 1 commit intomainfrom
add-activity-log-event-types-api
Mar 16, 2026
Merged

docs: Add activity log event types API to Unstable spec#399
farukaydin merged 1 commit intomainfrom
add-activity-log-event-types-api

Conversation

@farukaydin
Copy link
Member

Why?

API consumers using GET /admins/activity_logs have no way to discover which activity_type values exist or to filter logs by event type server-side. Three PRs landed in the monolith to address this:

How?

Add the new GET /admins/activity_log_event_types endpoint and an optional event_types[] query parameter on the existing GET /admins/activity_logs endpoint to the Unstable OpenAPI spec, along with the activity_log_event_type_list response schema.

Generated with Claude Code

@farukaydin farukaydin requested a review from a team March 16, 2026 09:10
- Add new GET /admins/activity_log_event_types endpoint that returns all
  valid event type strings for admin activity logs
- Add event_types[] query parameter to GET /admins/activity_logs for
  filtering logs by event type
- Add activity_log_event_type_list schema

Relates to intercom/intercom#478379, intercom/intercom#480911,
intercom/intercom#481260, intercom/intercom#481894

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@farukaydin farukaydin force-pushed the add-activity-log-event-types-api branch from a474468 to cb9d542 Compare March 16, 2026 09:19
@farukaydin farukaydin merged commit 35a19b9 into main Mar 16, 2026
3 checks passed
@farukaydin farukaydin deleted the add-activity-log-event-types-api branch March 16, 2026 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants