Skip to content

Add search activity logs endpoint, simplify list endpoint (Unstable)#436

Merged
farukaydin merged 1 commit intomainfrom
farukaydin/activity-logs-search
Apr 2, 2026
Merged

Add search activity logs endpoint, simplify list endpoint (Unstable)#436
farukaydin merged 1 commit intomainfrom
farukaydin/activity-logs-search

Conversation

@farukaydin
Copy link
Copy Markdown
Member

Why?

The activity logs API needs a dedicated search endpoint that supports filtering by event types via a POST request body, rather than overloading the GET list endpoint with array query parameters. This aligns the OpenAPI spec with changes already shipped in developer-docs.

How?

Added POST /admins/activity_logs/search to the Unstable spec with event_types, date range, and pagination in the request body. Removed the event_types query param from the GET list endpoint and relaxed created_at_after to optional.

Generated with Claude Code

…dpoint (Unstable)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@farukaydin farukaydin merged commit 1c99cd7 into main Apr 2, 2026
3 checks passed
@farukaydin farukaydin deleted the farukaydin/activity-logs-search branch April 2, 2026 10:39
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