メインコンテンツへスキップ
GET
/
v3
/
organizations
/
{org_id}
/
metrics
/
searches
検索メトリクスを取得
curl --request GET \
  --url https://api.devin.ai/v3/organizations/{org_id}/metrics/searches \
  --header 'Authorization: Bearer <token>'
{
  "searches_created_count": 123
}

権限

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

承認

Authorization
string
header
必須

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

クエリパラメータ

time_before
integer
必須
time_after
integer
必須

レスポンス

成功レスポンス

検索メトリクスのレスポンスモデル。

searches_created_count
integer
必須