メインコンテンツへスキップ
GET
/
v3
/
organizations
/
{org_id}
/
metrics
/
wau
週次アクティブユーザー数を取得
curl --request GET \
  --url https://api.devin.ai/v3/organizations/{org_id}/metrics/wau \
  --header 'Authorization: Bearer <token>'
[
  {
    "active_users": 123,
    "end_time": 123,
    "start_time": 123
  }
]

権限

組織レベルの ViewAccountMetrics 権限を持つサービスユーザーが必要です。

承認

Authorization
string
header
必須

サービスユーザーの認証情報(接頭辞: cog_)

クエリパラメータ

time_before
integer
必須
time_after
integer
必須
min_sessions
integer
デフォルト:1
必須範囲: x >= 0
min_searches
integer
デフォルト:1
必須範囲: x >= 0

レスポンス

成功レスポンス

active_users
integer
必須
end_time
integer
必須
start_time
integer
必須