メインコンテンツへスキップ
GET
Retrieve team activity logs

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

クエリパラメータ

take
integer
デフォルト:50

Maximum number of items to return per page. Defaults to 50. Maximum 50

必須範囲: 1 <= x <= 50
from
string

Checkpoint cursor for pagination; use the 'next' value from a previous response to fetch the next page

since
string<date-time>

Return logs created at or after this ISO 8601 date format

until
string<date-time>

Return logs created before this ISO 8601 timestamp

type
enum<string>

Exact match: filter by event type Event type identifier

利用可能なオプション:
Team Member,
Team Invitation,
Security Policy,
Team Settings,
Token Activity,
Tenant Activity,
Tenant Member,
Team Activity
status
enum<string>

Exact match: filter by status Execution status of the event

利用可能なオプション:
Success,
Failure

レスポンス

A paginated list of audit activity

logs
object[]
必須

List of activity log entries

next
string

Opaque cursor for next page; not sent if no more results