跳转到主要内容
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
必填