List event logs
Retrieve event logs for an organization with filtering and pagination support. Event logs track user activities across integrated services.
Pagination: Cursor-based
承認
パスパラメータ
クエリパラメータ
Filter event logs from this start date. Supports both date format (YYYY-MM-DD) and ISO 8601 datetime format (YYYY-MM-DDTHH:mm:ss.sssZ).
"2022-01-01T00:00:00.000Z"
Filter event logs up to this end date. Supports both date format (YYYY-MM-DD) and ISO 8601 datetime format (YYYY-MM-DDTHH:mm:ss.sssZ).
"2022-10-27T23:59:59.999Z"
Search text to filter event logs by user email, service name, or event details.
Include unmatched event logs (events that couldn't be matched to known users).
Maximum number of items to return per page.
50
Cursor for pagination. Use the nextCursor value from the previous response to fetch the next page.
レスポンス
Event logs retrieved successfully.

