Skip to main content
GET
/
v1
/
knowledge
/
stats
Get evidence statistics
curl --request GET \
  --url https://api.adapter.com/v1/knowledge/stats
{
  "user_id": "<string>",
  "total_evidence": 123,
  "evidence_by_kind": {},
  "earliest_timestamp": "<string>",
  "latest_timestamp": "<string>"
}

Response

Successful Response

user_id
string
required
total_evidence
integer
required
evidence_by_kind
Evidence By Kind · object
required
earliest_timestamp
string | null
latest_timestamp
string | null