Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.mnemom.ai/v1/teams/{team_id}/reputation/history \ --header 'Authorization: Bearer <token>'
{ "snapshots": [ { "team_id": "<string>", "week_start": "2023-12-25", "score": 123, "grade": "<string>", "components": {}, "created_at": "2023-11-07T05:31:56Z" } ] }
Retrieve weekly reputation score snapshots for a team.
Supabase JWT token in Authorization: Bearer header
Team identifier (UUID)
Reputation history snapshots
Show child attributes
Suggestions
Contact support