Vai al contenuto principale
GET
/
v2
/
enterprise
/
metrics
/
searches
Enterprise Searches Metrics Endpoint
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/metrics/searches \
  --header 'Authorization: Bearer <token>'
{
  "searches_count": 123
}
Richiede l’API key personale di un amministratore Enterprise. Restituisce le metriche del numero di ricerche per la tua Enterprise nel periodo di tempo specificato.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Query Parameters

start_date
string<date-time> | null
end_date
string<date-time> | null
start
string<date-time> | null
end
string<date-time> | null
org_ids
string[] | null
user_ids
string[] | null

Response

Successful Response

searches_count
integer
required