idp-server コントロールプレーン セキュリティイベント管理 API (1.0.0)
Download OpenAPI specification:Download
セキュリティイベント、監査ログ、セキュリティイベントフックの管理API仕様書
List organization security events
組織テナント内のセキュリティイベント一覧を取得します。
detail JSONB の動的フィルタは details.*(型厳密)/ details_any.*(型ゆるい)パラメータを参照。
path Parameters
| organization-id required | string <uuid> 組織の識別子 |
| tenant-id required | string テナントの識別子 |
query Parameters
| limit | integer [ 1 .. 1000 ] Default: 20 返すセキュリティイベントの最大数 |
| offset | integer >= 0 Default: 0 ページネーションのためにスキップするセキュリティイベント数 |
| event_type | string Example: event_type=login_success,inspect_token_success セキュリティイベントタイプでフィルター(カンマ区切りで複数指定可能) |
| from | string <date-time> セキュリティイベントをフィルターするための開始タイムスタンプ(ISO 8601形式) 注意: デフォルト値は設定されていません。省略時は全期間から検索します。 |
| to | string <date-time> セキュリティイベントをフィルターするための終了タイムスタンプ(ISO 8601形式) 注意: デフォルト値は設定されていません。省略時は全期間から検索します。 |
| client_id | string クライアント識別子でフィルター |
| user_id | string <uuid> ユーザー識別子でフィルター |
| external_user_id | string 外部ユーザー識別子でフィルター |
| user_name | string ユーザー名でフィルター(部分一致) |
| ip_address | string Example: ip_address=192.168.1.100 IPアドレスでフィルター(IPv4またはIPv6形式、完全一致) |
| user_agent | string Example: user_agent=Mozilla User-Agentでフィルター(部分一致) |
| details.* | string Example: details.*=POST detail JSONB の動的フィルタ(型厳密・完全一致)。 ドット区切りでネストしたキーを指定可能(例: 値は文字列として型を含めて完全一致で評価されます( |
| details_any.* | string Example: details_any.*=3 detail JSONB の型ゆるい動的フィルタ(任意)。 値が数値/真偽値としてもパースできる場合、「文字列としての一致」と「その型としての一致」の 両方にマッチします(例: 数値/真偽値を保存している detail を絞り込む場合のみ有用( |